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 8f45427 commit 083b1faCopy full SHA for 083b1fa
.yamato/yamato-config.yml
@@ -10,6 +10,6 @@ commands:
10
cd catkin_ws && catkin_make && source devel/setup.bash && python3 -m pytest
11
triggers:
12
expression: |
13
- pull_request.target eq "dev" AND
+ pull_request.target in ["dev", "main"] AND
14
NOT pull_request.push.changes.all match "**/*.md" AND
15
NOT pull_request.source match "hotfix/.*"
0 commit comments