We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00b9cc commit 8c68cbaCopy full SHA for 8c68cba
1 file changed
.github/workflows/release.yml
@@ -1,7 +1,8 @@
1
name: Make Release
2
-on:
3
- pull_request:
4
- branches: [ "main" ]
+on:
+ push:
+ tags:
5
+ - '*'
6
7
# Allows you to run this workflow manually from the Actions tab
8
workflow_dispatch:
0 commit comments