Skip to content

You may only define one of tags and tags-ignore for a single event #25114

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

You must be logged in to vote

The final example was on the right track, but the patterns need to be separate list items, like so, as shown in the documentation:

on:
  push:
    tags:
      - 'v*'
      - '!v*-pre'

Replies: 1 comment

Comment options

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