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 8bddea6 commit 0c70092Copy full SHA for 0c70092
.github/workflows/humble-docker-build.yaml renamed to .github/workflows/humble-docker-build.yml
@@ -5,9 +5,31 @@ on:
5
pull_request:
6
branches:
7
- humble
8
+ paths:
9
+ - '**.hpp'
10
+ - '**.cpp'
11
+ - Dockerfile/**
12
+ - '.github/workflows/humble-docker-build.yml'
13
+ - '**/package.xml'
14
+ - '**/CMakeLists.txt'
15
+ - '**.xacro'
16
+ - '**.py'
17
+ - '**.yaml'
18
+ - 'ros2_control_demos.humble.repos'
19
push:
20
21
22
23
24
25
26
27
28
29
30
31
32
33
schedule:
34
# Run every morning to detect broken dependencies
35
- cron: '40 1 * * *'
0 commit comments