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:
|
on:
|
||||||
issues:
|
issues:
|
||||||
types:
|
|
||||||
- opened
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
if: github.event.issue.title == 'release'
|
if: github.event.action == 'opened' && 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