Skip to content

Commit

Permalink
ci: [DX-3562] Change trigger to main branch (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
witwash authored Dec 6, 2024
1 parent 1f90737 commit 636e4f6
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Check PR to master
name: Check PR to main
on:
pull_request:
branches:
- master
- main

jobs:
check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dcm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: DCM
on:
pull_request:
branches:
- master
- main

jobs:
dcm:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-widgetbook-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- main
paths:
- optimus_widgetbook/**
- optimus/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-widgetbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- main
paths:
- optimus_widgetbook/**
- optimus/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types:
- opened
branches:
- master
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-size-watcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- labeled
- unlabeled
branches:
- master
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test
on:
pull_request:
branches:
- master
- main

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tokens-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr create \
--base master \
--base main \
--head ${{ github.ref_name }} \
--title '${{ env.PR_TYPE }}: Design Tokens Update ${{ env.TOKENS_VERSION }}' \
--body 'Design Tokens were updated! This PR was created to update the code.'

0 comments on commit 636e4f6

Please sign in to comment.