Skip to content

Commit d40209e

Browse files
committed
Restrict release event types to only 'published' for manual triggers
1 parent 4b0630b commit d40209e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wsl-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88
# Allow manual triggering
99
release:
10-
types: [created, published, edited]
10+
types: [published]
1111

1212
permissions:
1313
contents: write

0 commit comments

Comments
 (0)