We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 175b0cb + 7f631f2 commit a7a057fCopy full SHA for a7a057f
1 file changed
.github/workflows/ci.yml
@@ -1,14 +1,10 @@
1
name: CI
2
3
on:
4
- # Push trigger acts as a stability gate for `stable/**` branches only.
5
- # Merges to `main` are handled by the Release workflow (which runs the
6
- # full release pipeline including its own validation), so we don't
7
- # double-up by also running CI here. Feature branches are covered by
8
- # the `pull_request` trigger.
9
- push:
10
- branches:
11
- - "stable/**"
+ # Feature branches and PRs (including forks) are covered by `pull_request`.
+ # Merges to `main` and `stable/**` are handled by the Release workflow,
+ # which runs the same non-gated jobs as part of its pipeline. Listing
+ # those branches here would just duplicate runs on the same SHA.
12
pull_request:
13
14
jobs:
0 commit comments