Merge pull request #201 from soxoj/codeql-run-fix

Run CodeQL only aflter merge and each Saturday
This commit is contained in:
soxoj
2021-11-05 13:57:25 +03:00
committed by GitHub
+1 -4
View File
@@ -14,11 +14,8 @@ name: "CodeQL"
on: on:
push: push:
branches: [ main ] branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule: schedule:
- cron: '23 6 * * 1' - cron: '23 6 * * 6'
jobs: jobs:
analyze: analyze: