Skip to content

Commit

Permalink
chore(codeql): add master to code scanning
Browse files Browse the repository at this point in the history
SUITEDEV-35893
  • Loading branch information
matusekma committed May 21, 2024
1 parent b60935a commit ed98b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ name: "CodeQL"

on:
push:
branches: [ "dev" ]
branches: [ "dev", "master" ]
pull_request:
branches: [ "dev" ]
branches: [ "dev", "master" ]
schedule:
- cron: '41 8 * * 3'

Expand Down

0 comments on commit ed98b96

Please sign in to comment.