github: set workflow trigger conditions

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

View File

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

View File

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