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:
|
||||
job:
|
||||
runs-on: ubuntu-latest
|
||||
if: startsWith(github.ref, "release/")
|
||||
if: startsWith(github.ref, 'release/')
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue
Block a user