Skip to content

Commit

Permalink
add testing to CI triggers
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas committed May 2, 2024
1 parent fa7aeef commit 318b9a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ros2_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- '.github/workflows/ros2_ci.yaml'
- 'ros2/nightly/**'
- 'ros2/source/**'
- 'ros2/testing/**'
push:
branches-ignore:
- 'master'
Expand All @@ -16,12 +17,14 @@ on:
- '.github/workflows/ros2_ci.yaml'
- 'ros2/nightly/**'
- 'ros2/source/**'
- 'ros2/testing/**'
jobs:
build_images:
strategy:
fail-fast: false
matrix:
env:
- {HUB_REPO: ros2, HUB_RELEASE: testing}
- {HUB_REPO: ros2, HUB_RELEASE: source}
- {HUB_REPO: ros2, HUB_RELEASE: nightly}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 318b9a6

Please sign in to comment.