Skip to content

Commit

Permalink
Update workflow branch filters to include 'staging' for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Jan 20, 2025
1 parent 1eaf2f3 commit f72f94a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit f72f94a

Please sign in to comment.