Update timing to run CodeQL

This commit is contained in:
1024jp 2023-05-01 17:30:03 +09:00 committed by GitHub
parent 51e4e63835
commit ee0bec946e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
name: CodeQL name: CodeQL
on: [push, pull_request] on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '28 17 * * 3'
env: env:
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: true CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: true