exp
This commit is contained in:
parent
3c564909d0
commit
a73381dafa
2
.github/workflows/manual-thingy.yml
vendored
2
.github/workflows/manual-thingy.yml
vendored
|
@ -3,7 +3,7 @@ on: workflow_dispatch
|
||||||
jobs:
|
jobs:
|
||||||
job:
|
job:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: startsWith(github.ref, "release/")
|
if: startsWith(github.ref, 'release/')
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user