Skip to content

Commit 80e2e2f

Browse files
committed
Fix workflow trigger
1 parent d6b9b70 commit 80e2e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-n-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches:
66
- master
7+
tags:
8+
- 'v*'
79
pull_request:
810
branches:
911
- master
10-
tags:
11-
- 'v*'
1212

1313
jobs:
1414
build:

0 commit comments

Comments
 (0)