Skip to content

GitHub Actions: Filter on release #27053

Answered by badsyntax
sidvishnoi asked this question in Actions
Discussion options

You must be logged in to vote

You can now filter the release event using types, for example:

on:
  release:
    types: [published]

More info: https://help.github.com/en/articles/workflow-syntax-for-github-actions#onevent_nametypes

Replies: 11 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
Answer selected
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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD
9 participants