Skip to content

Commit 53bc783

Browse files
committed
run CI for tags
1 parent 8ff49d7 commit 53bc783

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/build-linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
push:
77
branches:
88
- master
9+
tags:
10+
- "v*"
911

1012
jobs:
1113
build:

.github/workflows/build-win32.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
branches:
77
- master
8+
tags:
9+
- "v*"
810

911
jobs:
1012
build:

.github/workflows/unit-test-linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
branches:
77
- "**"
8+
tags:
9+
- "v*"
810

911
jobs:
1012
unit-test:

.github/workflows/unix-test-win32.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
branches:
77
- "**"
8+
tags:
9+
- "v*"
810

911
jobs:
1012
unit-test:

0 commit comments

Comments
 (0)