Skip to content

Commit fdff592

Browse files
committed
build(CI): add tags filter
1 parent fdeb122 commit fdff592

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/real-workflows/publish-calculator-demo-aot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ on:
3939
push:
4040
branches:
4141
- build/github-actions-test
42+
tags:
43+
- "v*"
44+
- "ci*"
4245
workflow_dispatch:
4346

4447
jobs:

0 commit comments

Comments
 (0)