Skip to content

Commit ce85a35

Browse files
use correct paths for each workflow
1 parent 945c555 commit ce85a35

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/build-test-debs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ on:
66
pull_request:
77
paths:
88
- 'ros-apt-source/**'
9-
- 'Earthfile'
10-
- '.github/**'
9+
- '.github/workflows/build-test-debs.yaml'
1110
workflow_dispatch:
1211
defaults:
1312
run:

.github/workflows/build-test-rpms.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ name: Build RPM packages
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches: ["main"]
66
pull_request:
77
paths:
8-
- 'ros-apt-source/**'
9-
- 'Earthfile'
10-
- '.github/**'
8+
- 'ros2-release/**'
9+
- '.github/workflows/build-test-rpms.yaml'
1110
workflow_dispatch:
1211
defaults:
1312
run:

0 commit comments

Comments
 (0)