Skip to content

Commit

Permalink
added branch name to trigger for test
Browse files Browse the repository at this point in the history
  • Loading branch information
bdLinick committed Jan 17, 2024
1 parent e17dd1d commit 6165cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: "Custom CodeQL"
on:
workflow_dispatch:
push:
branches: [ "main" ]
branches: [ "main", "bdl-codeql" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
branches: [ "main", "bdl-codeql" ]

jobs:
analyze:
Expand Down

0 comments on commit 6165cb5

Please sign in to comment.