Skip to content

Commit

Permalink
Update codeql-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rosenbjerg committed May 15, 2021
1 parent f61009f commit 8cdffd8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@ name: "CodeQL"
on:
push:
branches: [ main, release ]
paths:
- client/**
- server/**
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
paths:
- client/**
- server/**
schedule:
- cron: '42 0 * * 0'

Expand Down

0 comments on commit 8cdffd8

Please sign in to comment.