Skip to content

Conversation

@WorkOfStan
Copy link
Owner

Fixed

  • Trigger changed to ignore tags. I.e. change of the original trigger on: [pull_request, push] which caught also tags. (When running on a tag, actions/checkout runs on refs/tags/vX.Y.Z, so you end up with a detached HEAD, and github.head_ref is empty (it only exists on pull_request).)

### Fixed

- Trigger changed to ignore tags. I.e. change of the original trigger `on: [pull_request, push]` which caught also tags. (When running on a tag, actions/checkout runs on refs/tags/vX.Y.Z, so you end up with a detached HEAD, and github.head_ref is empty (it only exists on pull_request).)
@WorkOfStan WorkOfStan merged commit f875b96 into main Sep 13, 2025
4 checks passed
@WorkOfStan WorkOfStan deleted the feature/ignore-tags branch September 13, 2025 09:29
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