We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93af39a commit e595a4fCopy full SHA for e595a4f
1 file changed
.github/workflows/main.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
# This workflow contains a single job called "build"
13
Build-Demo:
14
- if: ${{ github.ref == 'refs/heads/demo0311' }}
+ if: ${{ github.ref == 'refs/heads/demo' }}
15
16
# The type of runner that the job will run on
17
runs-on: [self-hosted, sample-upload]
0 commit comments