Skip to content

Commit 4d851cb

Browse files
authored
Update release workflow triggers
1 parent 8b492b2 commit 4d851cb

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Release
22
on:
3-
workflow_run:
4-
workflows: ["Check"]
3+
workflow_dispatch:
4+
pull_request:
5+
branches: [main]
6+
push:
57
branches: [main]
6-
types: [completed]
78

89
permissions:
910
contents: write

0 commit comments

Comments
 (0)