Skip to content

Action does not run on master with tags-ignore v* #26072

Answered by airtower-luna
hauner asked this question in Actions
Discussion options

You must be logged in to vote

The documentation says:

If you define only tags or only branches , the workflow won’t run for events affecting the undefined Git ref.

Your workflow has an explicit rule for tags, but not for branches, so I assume that’s the reason. Try adding

branches:
  - '**'

to the push event to build on all branch pushes.

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants