Skip to content

Commit

Permalink
Merge pull request #30 from aock/feature/branchwise-ci
Browse files Browse the repository at this point in the history
Branchwise CI
  • Loading branch information
amock authored Jan 19, 2024
2 parents a743dd4 + 6e5b158 commit 813b1b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 22 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/melodic.yml

This file was deleted.

17 changes: 13 additions & 4 deletions .github/workflows/noetic.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
name: Noetic CI

on: [push, pull_request]

on:
push:
branches:
- 'master'
- 'noetic'
pull_request:
branches:
- 'master'
- 'noetic'
workflow_dispatch:
branches:
- '*'
jobs:
industrial_ci:
strategy:
matrix:
env:
- {ROS_DISTRO: noetic, ROS_REPO: testing}
- {ROS_DISTRO: noetic, ROS_REPO: main}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 813b1b3

Please sign in to comment.