Skip to content

Commit

Permalink
Add synchronize event to PR trigger in tests workflow
Browse files Browse the repository at this point in the history
This update ensures that the workflow is triggered whenever a pull request is synchronized. It improves CI coverage by running tests for updated PRs, reducing the risk of unverified changes.
  • Loading branch information
geoffsee committed Jan 10, 2025
1 parent 5cfbbbe commit 9ed9df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [main]
pull_request:
branches: [main]
types: [opened, reopened]
types: [opened, reopened, synchronize]
merge_group: # triggers workflow for merge queue
types: [checks_requested]

Expand Down

0 comments on commit 9ed9df4

Please sign in to comment.