Skip to content

Commit 183a994

Browse files
authored
Updates remaining master references to main (#2228)
- Also updated the branch config for the monthly trigger in https://app.circleci.com/settings/project/github/gruntwork-io/docs/triggers
1 parent fadb290 commit 183a994

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .circleci/config.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,14 @@ references:
9999

100100
notify_slack_staging: &notify_slack_staging
101101
slack/status:
102-
failure_message: "[Docs] :red_circle: $CIRCLE_JOB has failed on master! Build triggered by: $CIRCLE_USERNAME. You have one hour to fix or revert!!"
102+
failure_message: "[Docs] :red_circle: $CIRCLE_JOB has failed on main! Build triggered by: $CIRCLE_USERNAME. You have one hour to fix or revert!!"
103103
success_message: ":tada: [Stage] Docs site has been successfully deployed at version $CIRCLE_SHA1 to https://docs.dogfood-stage.com"
104-
only_for_branches: "master"
104+
only_for_branches: "main"
105105
channel: "C01J73HUKEF" # #team-platform-notifications
106106

107107
notify_slack_prod: &notify_slack_prod
108108
slack/status:
109-
failure_message: "[Docs] :red_circle: $CIRCLE_JOB has failed on master! Build triggered by: $CIRCLE_USERNAME. You have one hour to fix or revert!!"
109+
failure_message: "[Docs] :red_circle: $CIRCLE_JOB has failed on main! Build triggered by: $CIRCLE_USERNAME. You have one hour to fix or revert!!"
110110
success_message: ":tada: [Prod] Docs site has been successfully deployed at version $CIRCLE_TAG to https://docs.gruntwork.io"
111111
channel: "C01J73HUKEF" # #team-platform-notifications
112112

@@ -217,7 +217,7 @@ workflows:
217217
- validate-build:
218218
filters:
219219
branches:
220-
ignore: master
220+
ignore: main
221221
stage_deployment:
222222
# Make sure this pipeline doesn't run when a schedule is triggered
223223
when:
@@ -229,7 +229,7 @@ workflows:
229229
- validate-build:
230230
filters:
231231
branches:
232-
only: master
232+
only: main
233233
- deploy-to-stage:
234234
context:
235235
- SLACK__WEBHOOK__team-platform
@@ -239,7 +239,7 @@ workflows:
239239
- validate-build
240240
filters:
241241
branches:
242-
only: master
242+
only: main
243243
prod_deployment:
244244
# Make sure this pipeline doesn't run when a schedule is triggered
245245
when:

0 commit comments

Comments
 (0)