Skip to content

Commit 8e6ebd1

Browse files
committed
update ci to build on PR.
1 parent bd4f721 commit 8e6ebd1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/docker-ros.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
command: roslaunch mqtt_client standalone.launch
1515
platform: amd64,arm64
1616
target: run
17-
17+
1818
ros2:
1919
runs-on: ubuntu-latest
2020
steps:
@@ -26,4 +26,3 @@ jobs:
2626
platform: amd64,arm64
2727
target: run
2828
enable-push-as-latest: 'true'
29-

.github/workflows/industrial_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: industrial_ci
22

3-
on: push
3+
on: [push, pull_request]
44

55
jobs:
66
industrial_ci:

0 commit comments

Comments
 (0)