Update codeql.yml

This commit is contained in:
Daniel Lautzenheiser 2022-12-06 10:09:40 -05:00 committed by GitHub
parent 2714bc0f73
commit 078d441cde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,11 +14,17 @@ name: "CodeQL"
on: on:
push: push:
branches: [ "main" ] branches: [ "main" ]
paths:
- core/**
- docs/**
pull_request: pull_request:
# The branches below must be a subset of the branches above # The branches below must be a subset of the branches above
branches: [ "main" ] branches: [ "main" ]
paths:
- core/**
- docs/**
schedule: schedule:
- cron: '37 9 * * 4' - cron: '0 9 * * 4'
jobs: jobs:
analyze: analyze: