Skip to content

Commit 4dd5896

Browse files
committed
run CI for tags
1 parent 5acf2f8 commit 4dd5896

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- master
7+
tags:
8+
- "v*"
79
workflow_dispatch:
810

911
# see more at https://github.com/DavidingPlus/nvmixfs/issues/1

.github/workflows/unit-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
name: Run Unit Test
1+
name: Unit Test
22

33
on:
44
push:
55
branches:
66
- "**"
7+
tags:
8+
- "v*"
79
workflow_dispatch:
810

911
jobs:

0 commit comments

Comments
 (0)