Skip to content

Commit

Permalink
CI : add push branches for consistency
Browse files Browse the repository at this point in the history
On Push, to only these branches should trigger the CI :
 - CxPilot
 - CxPilot-*
 - master
for these CIs :
 - esp32_build
 - test_dds
 - test_scripting
 - test_sitl_blimp
  • Loading branch information
Pradeep-Carbonix authored and robertlong13 committed Sep 2, 2024
1 parent 9faa723 commit 77a9729
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/esp32_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: ESP32 Build

on:
push:
branches:
- CxPilot
- CxPilot-*
- master
paths-ignore:
# remove non copter and plane vehicles
- 'AntennaTracker/**'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test_dds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: test dds

on:
push:
branches:
- CxPilot
- CxPilot-*
- master
paths-ignore:
# remove not tests vehicles
- 'AntennaTracker/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_scripting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- CxPilot
- CxPilot-*
- master
paths: # only run for scripting changes
- 'libraries/AP_Scripting/tests/docs_check.py'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test_sitl_blimp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: test blimp

on:
push:
branches:
- CxPilot
- CxPilot-*
- master
paths-ignore:
# remove other vehicles
- 'AntennaTracker/**'
Expand Down

0 comments on commit 77a9729

Please sign in to comment.