Update cpack workflows to run on tags (#13)
Update cpack workflows to run on tags [skip ci]
[ROCm/rocprofiler-systems commit: 51488d36aa]
Este commit está contenido en:
cometido por
GitHub
padre
8cc87ca6b8
commit
ae4f42e703
@@ -2,9 +2,10 @@ name: cpack-opensuse
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [releases/**]
|
branches:
|
||||||
pull_request:
|
- 'releases/**'
|
||||||
branches: [releases/**]
|
tags:
|
||||||
|
- v1.*
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GIT_DISCOVERY_ACROSS_FILESYSTEM: 1
|
GIT_DISCOVERY_ACROSS_FILESYSTEM: 1
|
||||||
|
|||||||
@@ -2,9 +2,10 @@ name: cpack-ubuntu
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [releases/**]
|
branches:
|
||||||
pull_request:
|
- 'releases/**'
|
||||||
branches: [releases/**]
|
tags:
|
||||||
|
- v1.*
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GIT_DISCOVERY_ACROSS_FILESYSTEM: 1
|
GIT_DISCOVERY_ACROSS_FILESYSTEM: 1
|
||||||
|
|||||||
Referencia en una nueva incidencia
Block a user