We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1619210 + cf11524 commit f1f5bf6Copy full SHA for f1f5bf6
1 file changed
.github/workflows/release.yml
@@ -1,9 +1,10 @@
1
name: deploy
2
3
on:
4
- workflow_dispatch:
5
- release:
6
- types: [published]
+ push:
+ tags:
+ - "v*.*.*"
7
+
8
jobs:
9
deploy:
10
runs-on: ubuntu-latest
0 commit comments