Skip to content

Commit d88b399

Browse files
authored
Merge pull request #62 from volatilityfoundation/tag-actions
Enable triggering actions on versioned tags
2 parents e1b76ea + a4ba35c commit d88b399

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: build
33
on:
44
push:
55
branches: [ master ]
6+
tags: ["v*.*.*"]
67
pull_request:
78
branches: [ master ]
89

@@ -44,7 +45,7 @@ jobs:
4445
dwarf2json-linux-amd64
4546
dwarf2json-windows-amd64.exe
4647
dwarf2json-darwin-amd64
47-
48+
4849
- name: Release
4950
uses: softprops/action-gh-release@v1
5051
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)