mirror of https://github.com/ospab/ostp.git
CI/CD: Streamline triggers by removing redundant master branch push hook, enforcing tag-only execution
This commit is contained in:
parent
b0ce83c076
commit
ed7054be7d
|
|
@ -2,8 +2,6 @@ name: Universal CI/CD Release Matrix
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- "master"
|
|
||||||
tags:
|
tags:
|
||||||
- "v*"
|
- "v*"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue