exp
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user