Skip to content

Commit 32e24ca

Browse files
committed
Only respond to workflow_run events on main branch
1 parent 8a256b7 commit 32e24ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
workflow_run:
55
workflows:
66
- Build
7+
branches:
8+
- main
79
types:
810
- completed
911

0 commit comments

Comments
 (0)