Skip to content

Commit 2b2c271

Browse files
committed
Sync workflows
1 parent 27f3999 commit 2b2c271

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ name: 🔬 Tests
1313
- .github/workflows/tests.yaml
1414
pull_request:
1515
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
1623
- prepare-release
1724
paths:
1825
- click_extra/**

0 commit comments

Comments
 (0)