Update codeql.yml

Improve the logic in commit b3462d1
This commit is contained in:
isaak654 2023-07-15 13:47:26 +02:00 committed by GitHub
parent b3462d1ddb
commit 86effc2d2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ on:
jobs:
analyze:
name: Analyze
if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'
runs-on: windows-2019
timeout-minutes: 45