Skip to content

Commit e244237

Browse files
committed
github: set workflow trigger conditions
1 parent ff81c9d commit e244237

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Build
22

33
on:
4+
push:
5+
tags:
6+
- v*
7+
workflow_dispatch:
48
workflow_run:
59
workflows: [Test]
610
types:

.github/workflows/test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: Test
22

3-
on:
4-
push:
5-
branches:
6-
- master
7-
pull_request:
8-
branches:
9-
- '*'
3+
on: push
104

115
jobs:
126
test:

0 commit comments

Comments
 (0)