Skip to content

Commit df807d5

Browse files
authored
Update workflow branch filters to include 'staging' for pull requests (#344)
2 parents f019937 + f72f94a commit df807d5

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Diff for: .github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
push:
1616
branches: [ "nam20485" ]
1717
pull_request:
18-
branches: [ "development", "main", "release", "nam20485" ]
18+
branches: [ "development", "staging", "main", "release", "nam20485" ]
1919

2020
env:
2121
VCPKG_ROOT: ${{ github.workspace }}/vcpkg

Diff for: .github/workflows/dependency-review.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
name: 'Dependency Review'
1010
on:
1111
pull_request:
12-
branches: [ "main", "release", "development", "nam20485" ]
12+
branches: [ "main", "staging", "release", "development", "nam20485" ]
1313

1414
permissions:
1515
contents: read

Diff for: .github/workflows/docker-scout-scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
push:
1010
branches: [ "nam20485" ]
1111
pull_request:
12-
branches: [ "development", "main", "release", "nam20485" ]
12+
branches: [ "development", "staging", "main", "release", "nam20485" ]
1313

1414
env:
1515
# Use docker.io for Docker Hub if empty

Diff for: OdbDesignLib/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,4 @@ target_link_libraries(OdbDesign PUBLIC protobuf::libprotobuf)
9393
# (see https://github.com/CrowCpp/Crow/issues/661#issuecomment-1702544225)
9494
list(REMOVE_ITEM _CROW_ICD "_CROW_ICD-NOTFOUND")
9595
set_target_properties(Crow::Crow PROPERTIES INTERFACE_COMPILE_DEFINITIONS "${_CROW_ICD}")
96+

0 commit comments

Comments
 (0)