Drone has several conditions to trigger off. Is there one that will trigger off changes to specific files or dirs ? Main example would be to NOT trigger when README.md is changed, only when the main repo files change.
Using gitlab only: changes: type syntax maybe ?
Very annoying to have a pipeline run when a 2-word change to README.md is pushed.
Hi @Halfwalker!
All Drone triggers are content-independent. As a workaround you may use exit 78 command to exit your pipeline stages before compilation steps. Here is an example: