Skip to content

Skip Compile and test workflow on tag pushes - #11

Merged
boronine merged 1 commit into
hsluv:mainfrom
boronine-bot:skip-tests-on-tags
Aug 16, 2026
Merged

Skip Compile and test workflow on tag pushes#11
boronine merged 1 commit into
hsluv:mainfrom
boronine-bot:skip-tests-on-tags

Conversation

@boronine-bot

Copy link
Copy Markdown
Contributor

The test.yml workflow was running redundantly on v* tag pushes, in addition to the release workflow (which already runs mvn deploy, including tests).

Restricts the push trigger to branch pushes only (branches: ['**']), so tags no longer start a duplicate test run.

@boronine
boronine merged commit 543778a into hsluv:main Aug 16, 2026
1 check passed
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.

2 participants