We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945c555 commit ce85a35Copy full SHA for ce85a35
.github/workflows/build-test-debs.yaml
@@ -6,8 +6,7 @@ on:
6
pull_request:
7
paths:
8
- 'ros-apt-source/**'
9
- - 'Earthfile'
10
- - '.github/**'
+ - '.github/workflows/build-test-debs.yaml'
11
workflow_dispatch:
12
defaults:
13
run:
.github/workflows/build-test-rpms.yaml
@@ -2,12 +2,11 @@ name: Build RPM packages
2
3
on:
4
push:
5
- branches: ["main"]
+ branches: ["main"]
- - 'ros-apt-source/**'
+ - 'ros2-release/**'
+ - '.github/workflows/build-test-rpms.yaml'
0 commit comments