Skip to content

Commit

Permalink
feat: adopt inclusive language - main default branch
Browse files Browse the repository at this point in the history
Favor inclusive language in the codebase per this [RFC][].

[RFC]: artsy/README#427
  • Loading branch information
dblandin committed Dec 10, 2021
1 parent 8122cb6 commit 6397bc8
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 @@ -10,11 +10,11 @@ not_staging_or_release: &not_staging_or_release
- staging
- release

only_master: &only_master
only_main: &only_main
context: hokusai
filters:
branches:
only: master
only: main

workflows:
build-deploy:
Expand All @@ -24,12 +24,12 @@ workflows:

- hokusai/push:
name: push-staging-image
<<: *only_master
<<: *only_main
requires:
- hokusai/test

- hokusai/deploy-staging:
<<: *only_master
<<: *only_main
project-name: frequency
requires:
- push-staging-image

0 comments on commit 6397bc8

Please sign in to comment.