fix workflow path
This commit is contained in:
parent
fc181dce14
commit
b7da126efd
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
||||||
on:
|
on:
|
||||||
issues:
|
issues:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
if: github.event.action == 'opened' && github.event.issue.title == 'release'
|
if: github.event.issue.title == 'release'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: github
|
- name: github
|
Loading…
Add table
Reference in a new issue