Skip to content

Commit 221fa0e

Browse files
author
wu-kan
committed
update workflow
1 parent 0fb1103 commit 221fa0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# This is a basic workflow to help you get started with Actions
22

3-
name: CI
3+
name: test
44

55
# Controls when the action will run.
66
on:
77
# Triggers the workflow on push or pull request events but only for the master branch
88
push:
99
branches: [master, dev]
10+
tags: ["v*"]
1011
pull_request:
1112
branches: [master, dev]
1213

0 commit comments

Comments
 (0)