Skip to content

Commit

Permalink
Update gh tests
Browse files Browse the repository at this point in the history
  • Loading branch information
csparker247 committed Aug 16, 2024
1 parent b023204 commit bbcd625
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Test build
on:
workflow_dispatch:
push:
branches: ["main"]
branches: ["develop"]
pull_request:
branches:
- "main"
- "develop"

concurrency:
group: "${{ github.ref }}"
Expand All @@ -23,7 +23,7 @@ jobs:

- name: Build vc-deps
run: |
cmake -S . -B build/ -GNinja -DVCDEPS_BUILD_ACVD=ON
cmake -S . -B build/ -GNinja -DCMAKE_BUILD_TYPE=Release
cmake --build build/
macos:
Expand All @@ -50,5 +50,5 @@ jobs:
- name: Build vc-deps
run: |
cmake -S . -B build/ -GNinja -DVCDEPS_BUILD_ACVD=ON
cmake -S . -B build/ -GNinja -GNinja -DCMAKE_BUILD_TYPE=Release
cmake --build build/

0 comments on commit bbcd625

Please sign in to comment.