Skip to content

Commit

Permalink
fix: CodeQL warning
Browse files Browse the repository at this point in the history
Specify an `on.push` hook so that Code Scanning can compare pull requests against the state of the base branch.
  • Loading branch information
KEINOS committed Jan 5, 2022
1 parent f281671 commit 5fb0576
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/codeQL-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ name: "CodeQL"

on:
workflow_dispatch:
pull_request:
branches:
- main
push:
schedule:
# Runs at 16:30 UTC on day-of-month 1 (Every day-of-month 1 at AM 01:30 JST, my time)
# See: https://crontab.guru/
Expand Down

0 comments on commit 5fb0576

Please sign in to comment.