github: set workflow trigger conditions

This commit is contained in:
nkanaev 2025-03-12 22:48:05 +00:00
parent b40c6fc9e4
commit 348693fa95
2 changed files with 5 additions and 7 deletions

View File

@ -1,6 +1,10 @@
name: Build
on:
push:
tags:
- v*
workflow_dispatch:
workflow_run:
workflows: [Test]
types:

View File

@ -1,12 +1,6 @@
name: Test
on:
push:
branches:
- master
pull_request:
branches:
- '*'
on: push
jobs:
test: