From 6adce6b9ea4e98db9985e36517fee7b4479f7193 Mon Sep 17 00:00:00 2001 From: Joe AE6XE Date: Tue, 26 Jan 2021 19:15:00 -0800 Subject: [PATCH] aredn: rename default branch from develop to main (#64) --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a7b6c0e4..b37a5176 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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