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:
|
||||
issues:
|
||||
types:
|
||||
- opened
|
||||
|
||||
jobs:
|
||||
release:
|
||||
if: github.event.action == 'opened' && github.event.issue.title == 'release'
|
||||
if: github.event.issue.title == 'release'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: github
|
Loading…
Add table
Reference in a new issue