Skip to content

Commit

Permalink
Change 'master' to 'main' in CircleCI config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matteblair committed Mar 14, 2021
1 parent de780be commit 4a865f7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,28 +122,28 @@ workflows:
jobs:
# Run on all pushes
- build-test-linux
# Run on pushes to all branches except master
# Run on pushes to all branches except main
- build-android:
filters:
branches:
ignore: master
ignore: main
- build-ios:
filters:
branches:
ignore: master
# Run on pushes to master
ignore: main
# Run on pushes to main
- build-deploy-android-snapshot:
filters:
branches:
only: master
only: main
- build-deploy-macos-snapshot:
filters:
branches:
only: master
only: main
- build-deploy-ios-snapshot:
filters:
branches:
only: master
only: main
# Run on tag pushes
- build-deploy-ios-release:
filters:
Expand Down

0 comments on commit 4a865f7

Please sign in to comment.