Skip to content

Commit 083b1fa

Browse files
committed
Adding main merges to yamato triggers
1 parent 8f45427 commit 083b1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/yamato-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ commands:
1010
cd catkin_ws && catkin_make && source devel/setup.bash && python3 -m pytest
1111
triggers:
1212
expression: |
13-
pull_request.target eq "dev" AND
13+
pull_request.target in ["dev", "main"] AND
1414
NOT pull_request.push.changes.all match "**/*.md" AND
1515
NOT pull_request.source match "hotfix/.*"

0 commit comments

Comments
 (0)