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 546131a commit 945c555Copy full SHA for 945c555
.github/workflows/build-test-debs.yaml
@@ -2,11 +2,12 @@ name: Build Deb packages
2
3
on:
4
push:
5
- branches: ["latest"]
+ branches: ["main"]
6
pull_request:
7
paths:
8
- 'ros-apt-source/**'
9
- 'Earthfile'
10
+ - '.github/**'
11
workflow_dispatch:
12
defaults:
13
run:
.github/workflows/build-test-rpms.yaml
@@ -2,8 +2,12 @@ name: Build RPM packages
+ paths:
+ - 'ros-apt-source/**'
+ - 'Earthfile'
0 commit comments