Skip to content

Commit 0279dc8

Browse files
authored
fix: Ensure CI runs on pull request events (#70)
1 parent 4905273 commit 0279dc8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ros2_ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
# For troubleshooting, see README (https://github.com/ros-industrial/industrial_ci/blob/master/README.rst)
33
name: ROS 2 CI
44

5-
on: [push]
5+
on:
6+
push:
7+
pull_request:
68

79
jobs:
810
industrial_ci:

0 commit comments

Comments
 (0)