Skip to content

How to run a choco step only when getting a TAG #164

Answered by crazy-max
adriens asked this question in Q&A
Discussion options

You must be logged in to vote

@adriens Sorry I don't bring support directly related to GitHub Actions. I suggest to check their quick start guide. But I can give you a small hint:

on:
  push:
    branches:
      - 'master'
    tags:
      - 'v*'

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by crazy-max
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
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #108 on August 31, 2023 09:25.