We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fb1103 commit 221fa0eCopy full SHA for 221fa0e
.github/workflows/test.yml
@@ -1,12 +1,13 @@
1
# This is a basic workflow to help you get started with Actions
2
3
-name: CI
+name: test
4
5
# Controls when the action will run.
6
on:
7
# Triggers the workflow on push or pull request events but only for the master branch
8
push:
9
branches: [master, dev]
10
+ tags: ["v*"]
11
pull_request:
12
13
0 commit comments