Skip to content

Commit cf36aa4

Browse files
committed
added synchronized push check
1 parent b516d01 commit cf36aa4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/3-create-your-own-conflict.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Step 3
22

33
on:
4-
pull_request_review:
4+
pull_request:
55
types:
6-
- submitted
6+
- synchronize
7+
branches:
8+
- main
79

810
permissions:
911
contents: write

0 commit comments

Comments
 (0)