add runson
This commit is contained in:
@@ -12,6 +12,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
dispatch_nightly:
|
dispatch_nightly:
|
||||||
if: github.base_ref == 'develop'
|
if: github.base_ref == 'develop'
|
||||||
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: benc-uk/workflow-dispatch@v1
|
- uses: benc-uk/workflow-dispatch@v1
|
||||||
with:
|
with:
|
||||||
@@ -19,6 +20,7 @@ jobs:
|
|||||||
token: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
|
token: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
|
||||||
dispatch_stable:
|
dispatch_stable:
|
||||||
if: github.base_ref == 'master'
|
if: github.base_ref == 'master'
|
||||||
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: benc-uk/workflow-dispatch@v1
|
- uses: benc-uk/workflow-dispatch@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user