Skip to content

Commit

Permalink
workflows: added on branches CxPilot-*
Browse files Browse the repository at this point in the history
SW-186
  • Loading branch information
loki077 authored and robertlong13 committed May 7, 2024
1 parent 77a9d45 commit 5c543b6
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/carbonix_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- CxPilot
- CxPilot-*
- master
paths-ignore:
# remove non chibios HAL
Expand Down Expand Up @@ -124,6 +125,8 @@ on:
- '.vscode/**'
- '.github/ISSUE_TEMPLATE/**'

workflow_dispatch:

concurrency:
group: ci-${{github.workflow}}-${{ github.ref }}
cancel-in-progress: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cygwin_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- CxPilot
- CxPilot-*
- master
paths-ignore:
# remove other vehicles
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_ccache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- CxPilot
- CxPilot-*
- master
paths-ignore:
# remove other vehicles
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_chibios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- CxPilot
- CxPilot-*
- master
paths-ignore:
# remove non chibios HAL
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_linux_sbc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- CxPilot
- CxPilot-*
- master
paths-ignore:
# remove non LINUX HAL
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_replay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- CxPilot
- CxPilot-*
- master
paths-ignore:
# remove other vehicles
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_sitl_copter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- CxPilot
- CxPilot-*
- master
paths-ignore:
# remove other vehicles
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_sitl_periph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- CxPilot
- CxPilot-*
- master
paths-ignore:
# remove other vehicles than copter
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_sitl_plane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- CxPilot
- CxPilot-*
- master
paths-ignore:
# remove other vehicles
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_sitl_rover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- CxPilot
- CxPilot-*
- master
paths-ignore:
# remove other vehicles
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_sitl_sub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- CxPilot
- CxPilot-*
- master
paths-ignore:
# remove other vehicles
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_sitl_tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- CxPilot
- CxPilot-*
- master
paths-ignore:
# remove other vehicles
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- CxPilot
- CxPilot-*
- master
paths-ignore:
# Remove markdown files as irrelevant
Expand Down

0 comments on commit 5c543b6

Please sign in to comment.