Skip to content

Commit

Permalink
Update branch name to "main" in CircleCI config (facebook#8726)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebook#8726

Reviewed By: jay-zhuang

Differential Revision: D30675182

Pulled By: ltamasi

fbshipit-source-id: d5746931f6d942ed3a9d21325335cfc9e111a7f3
  • Loading branch information
ltamasi authored and facebook-github-bot committed Sep 1, 2021
1 parent f756448 commit 2e09a54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ orbs:
slack: circleci/[email protected]

aliases:
- &notify-on-master-failure
- &notify-on-main-failure
fail_only: true
only_for_branches: master
only_for_branches: main

commands:
install-pyenv-on-macos:
Expand Down Expand Up @@ -60,7 +60,7 @@ commands:

post-steps:
steps:
- slack/status: *notify-on-master-failure
- slack/status: *notify-on-main-failure
- store_test_results: # store test result if there's any
path: /tmp/test-results
- store_artifacts: # store LOG for debugging if there's any
Expand Down Expand Up @@ -801,7 +801,7 @@ workflows:
filters:
branches:
only:
- master
- main
jobs:
- build-format-compatible
- build-linux-arm-test-full

0 comments on commit 2e09a54

Please sign in to comment.