We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead6548 commit d0cb21aCopy full SHA for d0cb21a
.github/workflows/slate-noetic.yaml
@@ -2,13 +2,21 @@ name: build-slate-noetic
2
3
on:
4
push:
5
+ paths-ignore:
6
+ - 'interbotix_ros_uxarms/**'
7
+ - 'interbotix_ros_xseries/**'
8
branches:
9
- main
10
- devel
11
+ - noetic
12
pull_request:
13
14
15
16
17
18
19
20
workflow_dispatch:
21
22
defaults:
.github/workflows/xs-noetic.yaml
@@ -2,10 +2,16 @@ name: build-xs-noetic
+ - 'interbotix_ros_slate/**'
0 commit comments