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