Skip to content

Commit a95e2ee

Browse files
authored
Update publish.yml support tag trriger action
1 parent 37c84a3 commit a95e2ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ name: compile test and publish
77
on:
88
push:
99
branches: [ master ]
10+
tags:
11+
- v*
1012
# on: [push, pull_request]
13+
# Allows you to run this workflow manually from the Actions tab
14+
workflow_dispatch:
1115

1216
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1317
jobs:

0 commit comments

Comments
 (0)