Skip to content

Commit 6080ed4

Browse files
committed
enable ros tests for all PRs
1 parent 0aea55a commit 6080ed4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ros-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ name: ROS2 Tests
2020
on:
2121
push:
2222
branches: [ "**" ] # Run on all branches
23+
pull_request:
24+
branches: [ main ]
25+
types: [ opened, synchronize, reopened, ready_for_review ]
2326

2427
env:
2528
ROS_LOCALHOST_ONLY: 1

0 commit comments

Comments
 (0)