Skip to content

Commit

Permalink
Run CI on any PR change (#14086)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
philipp-spiess authored Jul 30, 2024
1 parent e920442 commit 307b281
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [master, next]
pull_request:
branches: [master, next]

permissions:
contents: read
Expand Down

0 comments on commit 307b281

Please sign in to comment.