CI/CD: Streamline triggers by removing redundant master branch push hook, enforcing tag-only execution

This commit is contained in:
ospab 2026-05-14 23:53:12 +03:00
parent b0ce83c076
commit ed7054be7d
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ name: Universal CI/CD Release Matrix
on:
push:
branches:
- "master"
tags:
- "v*"
workflow_dispatch: