work on all issue events

This commit is contained in:
Oliver Lippert 2024-01-31 23:05:43 +01:00
parent 3a16363447
commit fc181dce14
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

View file

@ -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