fix workflow path

This commit is contained in:
Oliver Lippert 2024-01-31 23:06:57 +01:00
parent fc181dce14
commit b7da126efd
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

View file

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