Skip to content

Commit ad9e322

Browse files
authored
Enable ROS testing CI on all PRs (#15)
1 parent 0aea55a commit ad9e322

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ros-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
name: ROS2 Tests
1919

2020
on:
21-
push:
22-
branches: [ "**" ] # Run on all branches
21+
pull_request:
22+
branches: [ main ]
23+
types: [ opened, synchronize, reopened, ready_for_review ]
2324

2425
env:
2526
ROS_LOCALHOST_ONLY: 1

0 commit comments

Comments
 (0)