Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #343

Closed
wants to merge 2 commits into from
Closed

test #343

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
push:
branches: [ "nam20485" ]
pull_request:
branches: [ "development", "main", "release", "nam20485" ]
branches: [ "development", "staging", "main", "release", "nam20485" ]

env:
VCPKG_ROOT: ${{ github.workspace }}/vcpkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name: 'Dependency Review'
on:
pull_request:
branches: [ "main", "release", "development", "nam20485" ]
branches: [ "main", "staging", "release", "development", "nam20485" ]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-scout-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
push:
branches: [ "nam20485" ]
pull_request:
branches: [ "development", "main", "release", "nam20485" ]
branches: [ "development", "staging", "main", "release", "nam20485" ]

env:
# Use docker.io for Docker Hub if empty
Expand Down
1 change: 1 addition & 0 deletions OdbDesignLib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,4 @@ target_link_libraries(OdbDesign PUBLIC protobuf::libprotobuf)
# (see https://github.com/CrowCpp/Crow/issues/661#issuecomment-1702544225)
list(REMOVE_ITEM _CROW_ICD "_CROW_ICD-NOTFOUND")
set_target_properties(Crow::Crow PROPERTIES INTERFACE_COMPILE_DEFINITIONS "${_CROW_ICD}")

Loading