Skip to content

Commit 9079086

Browse files
committed
Build on all
1 parent 54ed541 commit 9079086

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dynamic-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
# See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-single-platform.yml
33
name: dynamic binary build
44

5+
on:
6+
push:
7+
branches: [ "*" ]
8+
pull_request:
9+
branches: [ "*" ]
10+
511
jobs:
612
build:
713
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)