Skip to content

Commit

Permalink
chore: Fix codeql workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Mar 9, 2021
1 parent 7e405b5 commit 5da2a7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ main ]
branches:
- main
- renovate/**
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '33 1 * * 0'

Expand Down

0 comments on commit 5da2a7b

Please sign in to comment.