aredn: rename default branch from develop to main (#64)

This commit is contained in:
Joe AE6XE 2021-01-26 19:15:00 -08:00 committed by GitHub
parent e822a0f81f
commit 6adce6b9ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -104,7 +104,7 @@ workflows:
cron: "0 9 * * *" # 9AM UTC
filters:
branches:
only: develop
only: main
jobs:
- check2build
- build:
@ -118,17 +118,17 @@ workflows:
- build
filters:
branches:
only: develop
only: main
- readme_nightly:
requires:
- process_artifacts_nightly
filters:
branches:
only:
- develop
- main
- changelog_nightly:
requires:
- process_artifacts_nightly
filters:
branches:
only: develop
only: main