From c655873ceaa115cb88b51c4da7a44af8d0a7920d Mon Sep 17 00:00:00 2001 From: David Knapp Date: Wed, 25 Sep 2024 10:17:44 +0200 Subject: [PATCH] update branch restrictions --- .github/workflows/build_cmake_tarball.yml | 5 ++--- .github/workflows/create_from_cmake_tarball.yml | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_cmake_tarball.yml b/.github/workflows/build_cmake_tarball.yml index 7570743da9..c4ea8d90f5 100644 --- a/.github/workflows/build_cmake_tarball.yml +++ b/.github/workflows/build_cmake_tarball.yml @@ -30,13 +30,12 @@ env: on: workflow_dispatch: workflow_run: - workflows: [tests_cmake_testsuite.yml] + workflows: ["t8code CMake testsuite"] types: [completed] branches: - main - develop - - CI-*tarball* # for testing this script, all feature branches with "tarball" in their name - + - *Cpack* # for testing this script, all feature branches with "tarball" in their name jobs: on-success: if: ${{ github.event.workflow_run.conclusion == 'success' }} diff --git a/.github/workflows/create_from_cmake_tarball.yml b/.github/workflows/create_from_cmake_tarball.yml index 1c1d45db50..7fd6405a67 100644 --- a/.github/workflows/create_from_cmake_tarball.yml +++ b/.github/workflows/create_from_cmake_tarball.yml @@ -30,12 +30,12 @@ env: on: push: workflow_run: - workflows: [build_cmake_tarball.yml] + workflows: ["Build tarball using CMake"] types: [completed] branches: - main - develop - - CI-*tarball* # for testing this script, all feature branches with "tarball" in their name + - *Cpack* # for testing this script, all feature branches with "tarball" in their name workflow_dispatch: jobs: