Skip to content

Commit

Permalink
Enable CI on develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MPogotsky committed Nov 11, 2024
1 parent c65fe4b commit 6b9ba65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-xapi-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test xapi-cpp

on:
push:
branches: [ "main" ]
branches: [ "main", "develop" ]
pull_request:
branches: [ "main" ]

Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
run: >
cmake -B ${{ steps.strings.outputs.build-output-dir }} \
-DCMAKE_CXX_COMPILER=${{ matrix.compiler }} \
-DBUILD_TESTS=ON \
-DCMAKE_BUILD_TYPE=Debug \
-S ${{ github.workspace }}
- name: Build unit tests
Expand Down

0 comments on commit 6b9ba65

Please sign in to comment.