Commit 7c6c7e7
[SDK-115] Drop
The `branches:` key under `pull_request:` filters by the PR's *target*
branch, not its head — so PRs targeting long-lived integration branches
(e.g. the followup #1062 targeting SDK-115-bcit-ci) silently skipped this
workflow. Path filters still gate which PRs actually fire it; only PRs
that touch integration-tests / iterableapi(-ui) / the workflow / the
run-e2e.sh script will trigger.
Push trigger keeps `branches: [master]` so we don't double-run on every
feature branch's push events alongside its PR run.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>branches: filter on pull_request so stacked PRs trigger BCIT1 parent aeb92d8 commit 7c6c7e7
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
0 commit comments