From 13f3a7ec6d58e866ab03d9b50e85a9427b8f91bd Mon Sep 17 00:00:00 2001 From: Ramon Roche Date: Tue, 17 Jun 2025 09:43:13 -0700 Subject: [PATCH] ci: fix branch trigger strategy Signed-off-by: Ramon Roche --- .github/workflows/build_all_targets.yml | 2 +- .github/workflows/clang-tidy.yml | 2 +- .github/workflows/compile_macos.yml | 2 +- .github/workflows/compile_ubuntu.yml | 2 +- .github/workflows/dev_container.yml | 2 +- .github/workflows/docs_deploy.yml | 4 ++-- .github/workflows/ekf_functional_change_indicator.yml | 2 +- .github/workflows/failsafe_sim.yml | 2 +- .github/workflows/flash_analysis.yml | 2 +- .github/workflows/itcm_check.yml | 2 +- .github/workflows/mavros_mission_tests.yml | 2 +- .github/workflows/mavros_offboard_tests.yml | 2 +- .github/workflows/nuttx_env_config.yml | 2 +- .github/workflows/python_checks.yml | 2 +- .github/workflows/ros_translation_node.yml | 2 +- .github/workflows/sitl_tests.yml | 2 +- 16 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/build_all_targets.yml b/.github/workflows/build_all_targets.yml index 69c82fa11c..ef3b4d1470 100644 --- a/.github/workflows/build_all_targets.yml +++ b/.github/workflows/build_all_targets.yml @@ -18,7 +18,7 @@ on: - 'docs/**' pull_request: branches: - - '*' + - '**' paths-ignore: - 'docs/**' diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index ae79399ca8..9bb584a0b2 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -8,7 +8,7 @@ on: - 'docs/**' pull_request: branches: - - '*' + - '**' paths-ignore: - 'docs/**' jobs: diff --git a/.github/workflows/compile_macos.yml b/.github/workflows/compile_macos.yml index a10f416f3d..11c3bca4bf 100644 --- a/.github/workflows/compile_macos.yml +++ b/.github/workflows/compile_macos.yml @@ -8,7 +8,7 @@ on: - 'docs/**' pull_request: branches: - - '*' + - '**' paths-ignore: - 'docs/**' diff --git a/.github/workflows/compile_ubuntu.yml b/.github/workflows/compile_ubuntu.yml index 26da70a5a3..2bb81b3a6f 100644 --- a/.github/workflows/compile_ubuntu.yml +++ b/.github/workflows/compile_ubuntu.yml @@ -11,7 +11,7 @@ on: - 'docs/**' pull_request: branches: - - '*' + - '**' paths-ignore: - 'docs/**' diff --git a/.github/workflows/dev_container.yml b/.github/workflows/dev_container.yml index 5a80f224df..c57c716671 100644 --- a/.github/workflows/dev_container.yml +++ b/.github/workflows/dev_container.yml @@ -11,7 +11,7 @@ on: - 'v*' pull_request: branches: - - '*' + - '**' paths: - '.github/workflows/dev_container.yml' - 'Tools/setup/ubuntu.sh' diff --git a/.github/workflows/docs_deploy.yml b/.github/workflows/docs_deploy.yml index cb370a5e21..369efbe2db 100644 --- a/.github/workflows/docs_deploy.yml +++ b/.github/workflows/docs_deploy.yml @@ -9,7 +9,7 @@ on: - 'docs/en/**' pull_request: branches: - - '*' + - '**' paths: - 'docs/en/**' @@ -80,7 +80,7 @@ jobs: - name: Deploy run: | git clone --single-branch --branch main --depth 1 https://${{ secrets.PX4BUILTBOT_PERSONAL_ACCESS_TOKEN }}@github.com/PX4/docs.px4.io.git - # make it an orphan branch + # make it an orphan branch cd docs.px4.io CURRENT_DATETIME=$(date +'%Y%m%d_%H_%M') git checkout --orphan "${CURRENT_DATETIME}_main" diff --git a/.github/workflows/ekf_functional_change_indicator.yml b/.github/workflows/ekf_functional_change_indicator.yml index 31f2af9ee1..27f3f654f1 100644 --- a/.github/workflows/ekf_functional_change_indicator.yml +++ b/.github/workflows/ekf_functional_change_indicator.yml @@ -3,7 +3,7 @@ name: EKF Change Indicator on: pull_request: branches: - - '*' + - '**' paths-ignore: - 'docs/**' diff --git a/.github/workflows/failsafe_sim.yml b/.github/workflows/failsafe_sim.yml index 2e3516a002..b7d1a35b37 100644 --- a/.github/workflows/failsafe_sim.yml +++ b/.github/workflows/failsafe_sim.yml @@ -8,7 +8,7 @@ on: - 'docs/**' pull_request: branches: - - '*' + - '**' paths-ignore: - 'docs/**' diff --git a/.github/workflows/flash_analysis.yml b/.github/workflows/flash_analysis.yml index 6c2190c393..e909e24822 100644 --- a/.github/workflows/flash_analysis.yml +++ b/.github/workflows/flash_analysis.yml @@ -13,7 +13,7 @@ on: - 'docs/**' pull_request: branches: - - '*' + - '**' paths-ignore: - 'docs/**' diff --git a/.github/workflows/itcm_check.yml b/.github/workflows/itcm_check.yml index 918d6aad3e..6822d5a8c7 100644 --- a/.github/workflows/itcm_check.yml +++ b/.github/workflows/itcm_check.yml @@ -11,7 +11,7 @@ on: - 'docs/**' pull_request: branches: - - '*' + - '**' paths-ignore: - 'docs/**' diff --git a/.github/workflows/mavros_mission_tests.yml b/.github/workflows/mavros_mission_tests.yml index 203129e351..dbf84c6320 100644 --- a/.github/workflows/mavros_mission_tests.yml +++ b/.github/workflows/mavros_mission_tests.yml @@ -8,7 +8,7 @@ on: - 'docs/**' pull_request: branches: - - '*' + - '**' paths-ignore: - 'docs/**' diff --git a/.github/workflows/mavros_offboard_tests.yml b/.github/workflows/mavros_offboard_tests.yml index 4ca6301056..5758dc9f26 100644 --- a/.github/workflows/mavros_offboard_tests.yml +++ b/.github/workflows/mavros_offboard_tests.yml @@ -8,7 +8,7 @@ on: - 'docs/**' pull_request: branches: - - '*' + - '**' paths-ignore: - 'docs/**' diff --git a/.github/workflows/nuttx_env_config.yml b/.github/workflows/nuttx_env_config.yml index 69875e093e..df7f671982 100644 --- a/.github/workflows/nuttx_env_config.yml +++ b/.github/workflows/nuttx_env_config.yml @@ -8,7 +8,7 @@ on: - 'docs/**' pull_request: branches: - - '*' + - '**' paths-ignore: - 'docs/**' diff --git a/.github/workflows/python_checks.yml b/.github/workflows/python_checks.yml index 16a23632fa..c0fdc73e8b 100644 --- a/.github/workflows/python_checks.yml +++ b/.github/workflows/python_checks.yml @@ -8,7 +8,7 @@ on: - 'docs/**' pull_request: branches: - - '*' + - '**' paths-ignore: - 'docs/**' diff --git a/.github/workflows/ros_translation_node.yml b/.github/workflows/ros_translation_node.yml index 1bddde9e78..72d0e38eef 100644 --- a/.github/workflows/ros_translation_node.yml +++ b/.github/workflows/ros_translation_node.yml @@ -7,7 +7,7 @@ on: - 'docs/**' pull_request: branches: - - '*' + - '**' paths-ignore: - 'docs/**' defaults: diff --git a/.github/workflows/sitl_tests.yml b/.github/workflows/sitl_tests.yml index 678d85d416..cd3ce805f8 100644 --- a/.github/workflows/sitl_tests.yml +++ b/.github/workflows/sitl_tests.yml @@ -13,7 +13,7 @@ on: - 'docs/**' pull_request: branches: - - '*' + - '**' paths-ignore: - 'docs/**'