We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6cf94 commit c46e84eCopy full SHA for c46e84e
1 file changed
.github/workflows/release-assets.yaml
@@ -2,6 +2,9 @@ name: "Release: assets"
2
3
on:
4
workflow_dispatch:
5
+ push:
6
+ tags:
7
+ - '*.*.*'
8
release:
9
types: [created]
10
0 commit comments