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:
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
tags:
|
||||
- "v*"
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
Loading…
Reference in New Issue