Skip to content

fix: skip auto-release workflow on non-version pushes#72

Merged
NormallyGaussian merged 1 commit intomainfrom
fix/skip-auto-release-on-non-version-pushes
Mar 12, 2026
Merged

fix: skip auto-release workflow on non-version pushes#72
NormallyGaussian merged 1 commit intomainfrom
fix/skip-auto-release-on-non-version-pushes

Conversation

@NormallyGaussian
Copy link
Contributor

Summary

  • Add paths filter to auto-release.yml so it only triggers when pyproject.toml changes
  • Prevents unnecessary failed workflow runs on regular (non-release) pushes to main
  • Version bump commits always modify pyproject.toml, so release detection is unaffected

Test plan

  • Push a non-version-bump commit to main and verify the auto-release workflow does not trigger
  • Run ./scripts/release.sh rc and verify the auto-release workflow triggers correctly on merge

Add paths filter so the workflow only triggers when pyproject.toml
changes, avoiding unnecessary failed runs on regular pushes to main.
@NormallyGaussian NormallyGaussian merged commit d90e152 into main Mar 12, 2026
7 checks passed
@NormallyGaussian NormallyGaussian deleted the fix/skip-auto-release-on-non-version-pushes branch March 12, 2026 20:15
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