Skip to content

Commit

Permalink
Specify branches for CodeQL (including develop)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalroz committed Oct 21, 2023
1 parent b9d8504 commit de32abc
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 @@ -12,8 +12,8 @@
name: "CodeQL"

on:
# push:
# branches: [ "main", "master" ]
push:
branches: [ "main", "master", "develop" ]
schedule:
- cron: '0 0 * * *'
pull_request:
Expand Down

0 comments on commit de32abc

Please sign in to comment.