We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ecc45c commit 2d47c26Copy full SHA for 2d47c26
.yamato/yamato-config.yml
@@ -10,6 +10,7 @@ commands:
10
triggers:
11
cancel_old_ci: true
12
expression: |
13
- pull_request.target in ["dev", "main"] AND
14
- NOT pull_request.push.changes.all match "**/*.md" AND
15
- NOT pull_request.source match "hotfix/.*"
+ (pull_request.target eq "main" AND
+ NOT pull_request.push.changes.all match "**/*.md") OR
+ (push.branch eq "dev" AND
16
+ NOT push.changes.all match "**/*.md")
0 commit comments