Skip to content

Commit 3968256

Browse files
authored
Update build.yml
1 parent b267d6b commit 3968256

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: Build and Release Binaries
22

33
on:
44
push:
5-
tags:
6-
- 'v*.*.*'
7-
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
810
jobs:
911
build:
1012
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)