Skip to content

Commit f5da79a

Browse files
committed
chore(gh-actions): rename branches
1 parent 7d7ce03 commit f5da79a

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/workflows/component-library-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55

66
push:
77
branches:
8-
- staging
9-
- staging-next
8+
- main
109
paths:
1110
- 'packages/component-library/**'
1211
- 'packages/component-library-styles/**'

.github/workflows/frontend-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ name: Frontend-CI
55
on:
66
pull_request:
77
branches:
8-
- staging
9-
- staging-next
8+
- main
109

1110
env:
1211
APPLITOOLS_BATCH_ID: ${{ github.event.pull_request.head.sha || github.sha }}

.github/workflows/marketing-app-deploy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ on:
99
workflow_dispatch:
1010
push:
1111
branches:
12-
- staging
13-
- staging-next
12+
- main
1413
paths:
1514
- '**'
1615

@@ -20,10 +19,10 @@ env:
2019
IMAGE_NAME: code-dot-org/marketing
2120

2221
concurrency:
23-
# For pushes to staging, requests are grouped into the "deploy-marketing" concurrency group to queue them up
22+
# For pushes to main, requests are grouped into the "deploy-marketing" concurrency group to queue them up
2423
# For pull requests, there are no limits to concurrency
2524
group: ${{ github.run_id }}
26-
# For pushes to staging, multiple pushes are queued
25+
# For pushes to main, multiple pushes are queued
2726
# For pull requests, multiple pushes to the same PR cancels previous executions
2827
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
2928

0 commit comments

Comments
 (0)