We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1b76ea + a4ba35c commit d88b399Copy full SHA for d88b399
1 file changed
.github/workflows/build.yml
@@ -3,6 +3,7 @@ name: build
3
on:
4
push:
5
branches: [ master ]
6
+ tags: ["v*.*.*"]
7
pull_request:
8
9
@@ -44,7 +45,7 @@ jobs:
44
45
dwarf2json-linux-amd64
46
dwarf2json-windows-amd64.exe
47
dwarf2json-darwin-amd64
-
48
+
49
- name: Release
50
uses: softprops/action-gh-release@v1
51
if: startsWith(github.ref, 'refs/tags/')
0 commit comments