Skip to content

ci: only run check-dist on branch pushes, not tags#94

Merged
JChrist merged 1 commit into
mainfrom
ci/check-dist-branches-only
Jun 22, 2026
Merged

ci: only run check-dist on branch pushes, not tags#94
JChrist merged 1 commit into
mainfrom
ci/check-dist-branches-only

Conversation

@JChrist

@JChrist JChrist commented Jun 22, 2026

Copy link
Copy Markdown
Owner

Bare on: push triggered check-dist on tag pushes too, which re-ran old tags' workflows (e.g. the v1.1.0 tag's failing svgexport run). Scope the trigger to branch pushes (branches: ['**'] still matches Dependabot's slashed branches; main and feature branches unaffected). Tags no longer trigger check-dist.

A bare `on: push` also fired check-dist for tag pushes, re-running an old
tag's (possibly failing) workflow. Restrict to branch pushes; the `**`
pattern still matches Dependabot's slashed branch names.
@JChrist JChrist merged commit e4c2ade into main Jun 22, 2026
6 checks passed
@JChrist JChrist deleted the ci/check-dist-branches-only branch June 22, 2026 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant