Answer the question
In order to leave comments, you need to log in
How to set task trigger condition in GitLab?
I want one task to run on every commit to any branch, provided there is something in the changes other than .md file changes. I tried like this:
except:
changes:
- "*.md"
only:
- tags
- master
except:
changes:
- "*.md"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question