Skip to content

Commit c4ac2d9

Browse files
authored
GH Actions: Trigger build on release creation
1 parent 409665e commit c4ac2d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Build validator binary
22

33
on:
44
workflow_dispatch:
5+
release:
6+
types: [created]
57

68
jobs:
79
build:
@@ -59,4 +61,4 @@ jobs:
5961
uses: softprops/action-gh-release@v1
6062
if: github.event_name == 'release'
6163
with:
62-
files: build/*
64+
files: build/*

0 commit comments

Comments
 (0)