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.
1 parent 27f3999 commit 2b2c271Copy full SHA for 2b2c271
1 file changed
.github/workflows/tests.yaml
@@ -13,6 +13,13 @@ name: 🔬 Tests
13
- .github/workflows/tests.yaml
14
pull_request:
15
branches-ignore:
16
+ # This filter matches the PR's *base* branch (always `main`), not its
17
+ # head, so it does not actually exclude these PRs — see
18
+ # https://github.com/actions/runner/issues/1591. The real skip is the
19
+ # `github.head_ref` check in the `metadata` job's `if:` below. Kept
20
+ # here as documentation of intent.
21
+ - major-version-increment
22
+ - minor-version-increment
23
- prepare-release
24
paths:
25
- click_extra/**
0 commit comments