Remove unneeded workflow trigger restriction

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2023-02-02 10:26:53 +01:00
parent a716ca7187
commit b9c208befa
No known key found for this signature in database
GPG Key ID: 7DD3015F3DDE4B9C

View File

@ -8,7 +8,6 @@ on:
- "release/**"
paths:
- "cli/internal/libvirt/**"
- "!internal/versions/versions.go" # Don't build on version bumps to avoid infinite loops
- ".github/workflows/build-libvirt-image.yml"
jobs: