Commit 1401623
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 5dbbd87 commit 1401623
1 file changed
+1
-0
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 | | |
| |||
0 commit comments