Skip to content

Commit

Permalink
update branch restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
Davknapp committed Sep 25, 2024
1 parent 467c397 commit c655873
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_cmake_tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create_from_cmake_tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c655873

Please sign in to comment.