Skip to content

Commit 8ff1d73

Browse files
committed
feat: change default branch
1 parent 4da0d71 commit 8ff1d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
required: true
1212
jobs:
1313
deployment:
14-
if: ${{ startsWith(github.ref, 'refs/heads/deployment/') || github.ref == 'refs/heads/master' }}
14+
if: ${{ startsWith(github.ref, 'refs/heads/deployment/') || github.ref == 'refs/heads/main' }}
1515
runs-on: [self-hosted]
1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)