Skip to content

Commit 9141894

Browse files
authored
Merge pull request #30 from emqx/1106-trigger-build-workflow-on-tags
ci: trigger build workflow on tags
2 parents 05bc2e6 + 2b04e73 commit 9141894

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
push:
77
branches:
88
- emqx50
9+
tags:
10+
- '*'
911
pull_request:
1012
workflow_dispatch:
1113

0 commit comments

Comments
 (0)