Skip to content

Commit 5fb0576

Browse files
committed
fix: CodeQL warning
Specify an `on.push` hook so that Code Scanning can compare pull requests against the state of the base branch.
1 parent f281671 commit 5fb0576

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/codeQL-analysis.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ name: "CodeQL"
88

99
on:
1010
workflow_dispatch:
11-
pull_request:
12-
branches:
13-
- main
11+
push:
1412
schedule:
1513
# Runs at 16:30 UTC on day-of-month 1 (Every day-of-month 1 at AM 01:30 JST, my time)
1614
# See: https://crontab.guru/

0 commit comments

Comments
 (0)