Update cpack workflows to run on tags (#13)
Update cpack workflows to run on tags [skip ci]
[ROCm/rocprofiler-systems commit: 51488d36aa]
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
8cc87ca6b8
Коммит
ae4f42e703
+4
-3
@@ -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
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user