diff --git a/projects/rocprofiler-compute/.github/workflows/formatting.yml b/projects/rocprofiler-compute/.github/workflows/formatting.yml index 9d9e125f04..55b2129b18 100644 --- a/projects/rocprofiler-compute/.github/workflows/formatting.yml +++ b/projects/rocprofiler-compute/.github/workflows/formatting.yml @@ -3,9 +3,9 @@ name: Formatting on: push: - branches: [ amd-mainline, amd-staging ] + branches: [ amd-mainline, amd-staging, release/** ] pull_request: - branches: [ amd-mainline, amd-staging ] + branches: [ amd-mainline, amd-staging, release/** ] concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/projects/rocprofiler-compute/.github/workflows/mi-rhel9.yml b/projects/rocprofiler-compute/.github/workflows/mi-rhel9.yml index 157241521f..4cc54454f9 100644 --- a/projects/rocprofiler-compute/.github/workflows/mi-rhel9.yml +++ b/projects/rocprofiler-compute/.github/workflows/mi-rhel9.yml @@ -2,7 +2,7 @@ name: mi-rhel9 on: push: - branches: [ amd-mainline ] + branches: [ amd-mainline, release/** ] # Allows manual execution workflow_dispatch: diff --git a/projects/rocprofiler-compute/.github/workflows/rhel-8.yml b/projects/rocprofiler-compute/.github/workflows/rhel-8.yml index 59ba244186..01dfad5910 100644 --- a/projects/rocprofiler-compute/.github/workflows/rhel-8.yml +++ b/projects/rocprofiler-compute/.github/workflows/rhel-8.yml @@ -5,9 +5,9 @@ name: RHEL 8 # Controls when the workflow will run on: push: - branches: [ amd-mainline, amd-staging ] + branches: [ amd-mainline, amd-staging, release/** ] pull_request: - branches: [ amd-mainline, amd-staging ] + branches: [ amd-mainline, amd-staging, release/** ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/projects/rocprofiler-compute/.github/workflows/tarball.yml b/projects/rocprofiler-compute/.github/workflows/tarball.yml index 1724a01f96..9ad5cfc9e9 100644 --- a/projects/rocprofiler-compute/.github/workflows/tarball.yml +++ b/projects/rocprofiler-compute/.github/workflows/tarball.yml @@ -2,7 +2,7 @@ name: tarball on: push: - branches: [ amd-mainline ] + branches: [ amd-mainline, release/** ] pull_request: concurrency: diff --git a/projects/rocprofiler-compute/.github/workflows/ubuntu-jammy.yml b/projects/rocprofiler-compute/.github/workflows/ubuntu-jammy.yml index cf29d809d5..1dbf06b59c 100644 --- a/projects/rocprofiler-compute/.github/workflows/ubuntu-jammy.yml +++ b/projects/rocprofiler-compute/.github/workflows/ubuntu-jammy.yml @@ -4,9 +4,9 @@ name: Ubuntu 22.04 on: push: - branches: [ amd-mainline, amd-staging ] + branches: [ amd-mainline, amd-staging, release/** ] pull_request: - branches: [ amd-mainline, amd-staging ] + branches: [ amd-mainline, amd-staging, release/** ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: