Skip to content

Commit 65152de

Browse files
committed
chore: Don't run on reopen (as you need to reopen to change the base branch)
1 parent 4bb60c5 commit 65152de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/pr-base-enforcement.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Prevent PRs targetting master
22

33
on:
44
pull_request:
5+
types: [opened, edited]
56
branches:
67
- master
78

0 commit comments

Comments
 (0)