From ae4f42e703bf34cb2ae07a514f32caa1b0d704b3 Mon Sep 17 00:00:00 2001 From: "Jonathan R. Madsen" Date: Mon, 30 May 2022 18:37:16 -0500 Subject: [PATCH] Update cpack workflows to run on tags (#13) Update cpack workflows to run on tags [skip ci] [ROCm/rocprofiler-systems commit: 51488d36aa52830beeab5f51081e1e3e0bfa4d03] --- .../.github/workflows/cpack-opensuse.yml | 7 ++++--- .../rocprofiler-systems/.github/workflows/cpack-ubuntu.yml | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/projects/rocprofiler-systems/.github/workflows/cpack-opensuse.yml b/projects/rocprofiler-systems/.github/workflows/cpack-opensuse.yml index 2eddc22b2c..8e991f8284 100644 --- a/projects/rocprofiler-systems/.github/workflows/cpack-opensuse.yml +++ b/projects/rocprofiler-systems/.github/workflows/cpack-opensuse.yml @@ -2,9 +2,10 @@ name: cpack-opensuse on: push: - branches: [releases/**] - pull_request: - branches: [releases/**] + branches: + - 'releases/**' + tags: + - v1.* env: GIT_DISCOVERY_ACROSS_FILESYSTEM: 1 diff --git a/projects/rocprofiler-systems/.github/workflows/cpack-ubuntu.yml b/projects/rocprofiler-systems/.github/workflows/cpack-ubuntu.yml index 8a89acaf3a..125b79ace9 100644 --- a/projects/rocprofiler-systems/.github/workflows/cpack-ubuntu.yml +++ b/projects/rocprofiler-systems/.github/workflows/cpack-ubuntu.yml @@ -2,9 +2,10 @@ name: cpack-ubuntu on: push: - branches: [releases/**] - pull_request: - branches: [releases/**] + branches: + - 'releases/**' + tags: + - v1.* env: GIT_DISCOVERY_ACROSS_FILESYSTEM: 1