Commit 3154e36
committed
Fix: Add 'synchronize' event to PR workflow triggers
The workflow was missing 'synchronize' trigger type, causing it to not
run when PRs are updated with new commits. This is needed to run CI
on PR updates (e.g., after rebasing or pushing new commits).
Trigger types now:
- opened: New PR created
- reopened: Closed PR reopened
- synchronize: PR updated with new commits1 parent 0bb0b0d commit 3154e36
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | | - | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
0 commit comments