Skip to content

Commit 307b281

Browse files
Run CI on any PR change (#14086)
This changes the V4 CI to run on any pull request change (so an opened, reopened, and updated PR), regardless if the PR is directed into the `next` branch or not. This is helpful for testing stacked PRs like: #14078
1 parent e920442 commit 307b281

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [master, next]
66
pull_request:
7-
branches: [master, next]
87

98
permissions:
109
contents: read

0 commit comments

Comments
 (0)