Skip to content

Commit

Permalink
Only trigger xs, slate CI on updates to xs, slate
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeschmitt-tr committed Apr 17, 2024
1 parent ead6548 commit d0cb21a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/slate-noetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@ name: build-slate-noetic

on:
push:
paths-ignore:
- 'interbotix_ros_uxarms/**'
- 'interbotix_ros_xseries/**'
branches:
- main
- devel
- noetic
pull_request:
paths-ignore:
- 'interbotix_ros_uxarms/**'
- 'interbotix_ros_xseries/**'
branches:
- main
- devel
- noetic
workflow_dispatch:

defaults:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/xs-noetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@ name: build-xs-noetic

on:
push:
paths-ignore:
- 'interbotix_ros_slate/**'
- 'interbotix_ros_uxarms/**'
branches:
- main
- devel
pull_request:
paths-ignore:
- 'interbotix_ros_slate/**'
- 'interbotix_ros_uxarms/**'
branches:
- main
- devel
Expand Down

0 comments on commit d0cb21a

Please sign in to comment.