Update codeql-analysis.yml

This commit is contained in:
joBr99
2022-03-12 20:45:29 +01:00
committed by GitHub
parent a6d7bc8835
commit dc090076ab

View File

@@ -14,9 +14,13 @@ name: "CodeQL"
on: on:
push: push:
branches: [ main ] branches: [ main ]
paths:
- '**.py'
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:
- '**.py'
schedule: schedule:
- cron: '36 14 * * 3' - cron: '36 14 * * 3'