If I were to write a Drone CI pipeline like this:
--- kind: pipeline name: readme trigger: paths: include: - README.md - some_path/** steps: - name: message image: busybox commands: - echo 'README.md was changed'
Would both conditions for the trigger need to be met for the pipeline to trigger (AND) or would only one condition have to be met to trigger the pipeline (OR). There is nothing in the README about it.
2.1m questions
2.1m answers
60 comments
57.0k users