From 5570381c99fa65f757d6016f50460c3c460f4aea Mon Sep 17 00:00:00 2001 From: Robert Bartel Date: Tue, 15 Oct 2024 11:52:49 -0400 Subject: [PATCH] Apply other Actions to release branches. Applying other Github Actions that run against the master branch to release branches also. --- .github/workflows/Example_model_run.yml | 4 +++- .github/workflows/documentation.yml | 2 +- .github/workflows/module_integration.yml | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Example_model_run.yml b/.github/workflows/Example_model_run.yml index b67e5cf1a1..d45dd59bcf 100644 --- a/.github/workflows/Example_model_run.yml +++ b/.github/workflows/Example_model_run.yml @@ -1,8 +1,10 @@ name: Build and Run NGEN on example data on: + push: + branches: [ release-* ] pull_request: - branches: [ master ] + branches: [ master, release-* ] jobs: Build_and_Run_Model: runs-on: ubuntu-latest diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 181544ae38..782dd19a1c 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -6,7 +6,7 @@ name: Documentation # events but only for the master branch on: push: - branches: [ master ] + branches: [ master, release-* ] #pull_request: #branches: [ master ] diff --git a/.github/workflows/module_integration.yml b/.github/workflows/module_integration.yml index 10a47c8869..b89c629079 100644 --- a/.github/workflows/module_integration.yml +++ b/.github/workflows/module_integration.yml @@ -3,9 +3,9 @@ name: Module Integration Tests # Controls when the action will run. on: push: - branches: [ master, dev, notreal ] + branches: [ master, dev, notreal, release-* ] pull_request: - branches: [ master, dev, notreal ] + branches: [ master, dev, notreal, release-* ] workflow_dispatch: env: