Skip to content

Commit f189eee

Browse files
committed
.github/workflows/statoshi.yml statoshi-depends.yml: on tags: - v**.**.**
1 parent 8d599e1 commit f189eee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/statoshi-depends.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: statoshi/build
22

33
on:
44
push:
5-
branches: [ "master", "*" ]
6-
pull_request:
7-
branches: [ "master", "*" ]
5+
tags:
6+
- v**.**.**
87

98
jobs:
109
depends:

.github/workflows/statoshi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ "master", "*" ]
66
pull_request:
77
branches: [ "master", "*" ]
8+
tags: v**.**.**
89

910
jobs:
1011
build:

0 commit comments

Comments
 (0)