We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5957b0 commit 8152158Copy full SHA for 8152158
.github/workflows/build.yml
@@ -3,7 +3,7 @@ name: Build
3
on:
4
push:
5
branches: [main]
6
- tags: ['v*']
+ tags: ['*']
7
pull_request:
8
9
workflow_dispatch:
.github/workflows/deploy.yml
@@ -2,7 +2,7 @@ name: Deploy
2
inputs:
pre-release-suffix:
0 commit comments