Update branch name to "main" in CircleCI config (#8726)

Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/8726

Reviewed By: jay-zhuang

Differential Revision: D30675182

Pulled By: ltamasi

fbshipit-source-id: d5746931f6d942ed3a9d21325335cfc9e111a7f3
main
Levi Tamasi 3 years ago committed by Facebook GitHub Bot
parent f756448f28
commit 2e09a54c4f
  1. 8
      .circleci/config.yml

@ -5,9 +5,9 @@ orbs:
slack: circleci/slack@3.4.2
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:
@ -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
@ -801,7 +801,7 @@ workflows:
filters:
branches:
only:
- master
- main
jobs:
- build-format-compatible
- build-linux-arm-test-full

Loading…
Cancel
Save