Skip to content

Commit 7d77704

Browse files
committed
feat: trigger workflow on PR closure instead of completion
1 parent 7a1ece0 commit 7d77704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-and-upload-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- "Manual Release and Build Package (Merge to Default)"
99
- "Release via PR (Default Branch)"
1010
types:
11-
- completed
11+
- closed
1212

1313
jobs:
1414
check-package:

0 commit comments

Comments
 (0)