Skip to content

Commit

Permalink
Merge pull request #62 from volatilityfoundation/tag-actions
Browse files Browse the repository at this point in the history
Enable triggering actions on versioned tags
  • Loading branch information
npetroni committed Apr 18, 2024
2 parents e1b76ea + a4ba35c commit d88b399
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: build
on:
push:
branches: [ master ]
tags: ["v*.*.*"]
pull_request:
branches: [ master ]

Expand Down Expand Up @@ -44,7 +45,7 @@ jobs:
dwarf2json-linux-amd64
dwarf2json-windows-amd64.exe
dwarf2json-darwin-amd64
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit d88b399

Please sign in to comment.