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 113d9bc commit eabf2ecCopy full SHA for eabf2ec
.github/workflows/on_release.yml
@@ -2,7 +2,8 @@ name: "Release"
2
3
on:
4
push:
5
- tags: []
+ tags:
6
+ - "*"
7
8
jobs:
9
build:
0 commit comments