Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Jul 4, 2024
1 parent c74c390 commit 91ea1f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cpp-build.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@

on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

name: CPP-build

Expand Down Expand Up @@ -37,4 +35,4 @@ jobs:
run: |
cmake -S cpp_version -B build -DCMAKE_INSTALL_PREFIX=%cd:\=/%/install
cmake --build build --config Release --target install
ctest --test-dir build -C Release --output-on-failure
ctest --test-dir build -C Release --output-on-failure

0 comments on commit 91ea1f2

Please sign in to comment.