Skip to content

Commit 619527f

Browse files
authored
CI: Build binaries for tag pushes
Was set to only build for branch pushes (implicitly only master branch due to the branch filter). Now also build for any tag push. Helps ensure Regular releases get binaries built for them.
1 parent 6f1c772 commit 619527f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- 'master'
7+
tags:
8+
- '**'
79
pull_request:
810
workflow_dispatch:
911

0 commit comments

Comments
 (0)