Skip to content

Commit 8f45427

Browse files
committed
Adding triggers for dev merges
1 parent 29991ee commit 8f45427

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.yamato/yamato-config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ commands:
88
- source /opt/ros/noetic/setup.bash && echo "ROS_DISTRO == $ROS_DISTRO" &&
99
cd .. && mkdir -p catkin_ws/src && cp -r ./ROS-TCP-Endpoint catkin_ws/src &&
1010
cd catkin_ws && catkin_make && source devel/setup.bash && python3 -m pytest
11+
triggers:
12+
expression: |
13+
pull_request.target eq "dev" AND
14+
NOT pull_request.push.changes.all match "**/*.md" AND
15+
NOT pull_request.source match "hotfix/.*"

0 commit comments

Comments
 (0)