Skip to content

Commit 4525241

Browse files
committed
Update GitHub Actions workflow to trigger on all branches except main
1 parent 1452225 commit 4525241

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-binaries.yml

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

33
on:
44
push:
5-
branches: [ gh-actions ]
5+
branches: [ "**" ]
6+
branches-ignore: [ main ]
67
pull_request:
7-
branches: [ main ]
8+
branches: [ "**" ]
9+
branches-ignore: [ main ]
810

911
jobs:
1012
build:

0 commit comments

Comments
 (0)