Skip to content

Trigger with release event and specific tag #26603

Answered by Petrakeas
Petrakeas asked this question in Actions
Discussion options

You must be logged in to vote

@Simran-B thanks for the reply. I was hoping that filtering is added at the trigger level so that the workflow doesn’t even start.

I ended up using the if conditional this way:

 if:  ${{ startsWith(github.event.release.tag_name, 'some name') }}

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
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