This commit is contained in:
Salvatore Giordano
2021-03-02 14:47:26 +01:00
parent 7758f24f6f
commit 337e5e1be5
+2 -2
View File
@@ -11,7 +11,7 @@ on:
jobs:
dispatch_nightly:
if: github.ref == 'develop'
if: github.ref == 'refs/heads/develop'
runs-on: ubuntu-latest
steps:
- uses: benc-uk/workflow-dispatch@v1
@@ -19,7 +19,7 @@ jobs:
workflow: build_nightly
token: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
dispatch_stable:
if: github.ref == 'master'
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: benc-uk/workflow-dispatch@v1