Skip to content

Commit 8152158

Browse files
committed
Trigger build + publish for all tags (remove tag pattern)
1 parent f5957b0 commit 8152158

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build
33
on:
44
push:
55
branches: [main]
6-
tags: ['v*']
6+
tags: ['*']
77
pull_request:
88
branches: [main]
99
workflow_dispatch:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy
22

33
on:
44
push:
5-
tags: ['v*']
5+
tags: ['*']
66
workflow_dispatch:
77
inputs:
88
pre-release-suffix:

0 commit comments

Comments
 (0)