Update cpack workflows to run on tags (#13)

Update cpack workflows to run on tags [skip ci]
This commit is contained in:
Jonathan R. Madsen
2022-05-30 18:37:16 -05:00
committed by GitHub
parent 424a3593e7
commit 51488d36aa
2 changed files with 8 additions and 6 deletions
+4 -3
View File
@@ -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
+4 -3
View File
@@ -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