mirror of https://github.com/aredn/aredn.git
aredn: rename default branch from develop to main (#64)
This commit is contained in:
parent
e822a0f81f
commit
6adce6b9ea
|
@ -104,7 +104,7 @@ workflows:
|
||||||
cron: "0 9 * * *" # 9AM UTC
|
cron: "0 9 * * *" # 9AM UTC
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only: develop
|
only: main
|
||||||
jobs:
|
jobs:
|
||||||
- check2build
|
- check2build
|
||||||
- build:
|
- build:
|
||||||
|
@ -118,17 +118,17 @@ workflows:
|
||||||
- build
|
- build
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only: develop
|
only: main
|
||||||
- readme_nightly:
|
- readme_nightly:
|
||||||
requires:
|
requires:
|
||||||
- process_artifacts_nightly
|
- process_artifacts_nightly
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- develop
|
- main
|
||||||
- changelog_nightly:
|
- changelog_nightly:
|
||||||
requires:
|
requires:
|
||||||
- process_artifacts_nightly
|
- process_artifacts_nightly
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only: develop
|
only: main
|
||||||
|
|
Loading…
Reference in New Issue