Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
Update GitHub CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalijr2 committed Jun 12, 2023
1 parent 1f25980 commit b2807b4
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,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ "main", "develop" ]
branches: [ "master", "develop" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main", "develop" ]
branches: [ "master", "develop" ]
schedule:
- cron: '44 8 * * 5'

Expand Down

0 comments on commit b2807b4

Please sign in to comment.