We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab73db commit bc63fd1Copy full SHA for bc63fd1
.github/workflows/release.yml
@@ -1,7 +1,9 @@
1
name: Release
2
3
on:
4
- pull_request:
+ push:
5
+ tags:
6
+ - '*'
7
8
permissions:
9
contents: write
0 commit comments