We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da0d71 commit 8ff1d73Copy full SHA for 8ff1d73
.github/workflows/deployment.yml
@@ -11,7 +11,7 @@ on:
11
required: true
12
jobs:
13
deployment:
14
- if: ${{ startsWith(github.ref, 'refs/heads/deployment/') || github.ref == 'refs/heads/master' }}
+ if: ${{ startsWith(github.ref, 'refs/heads/deployment/') || github.ref == 'refs/heads/main' }}
15
runs-on: [self-hosted]
16
steps:
17
- uses: actions/checkout@v4
0 commit comments