Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheppner authored Sep 5, 2023
1 parent 050d82e commit d04a69f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ name: "CodeQL"

on:
push:
branches: [ "main" ]
branches:
- 'main'
- 'uat'
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
branches:
- 'main'
- 'uat'
schedule:
- cron: '31 9 * * 2'

Expand Down

0 comments on commit d04a69f

Please sign in to comment.