Skip to content

Commit

Permalink
Run CodeQL upon run by hand
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Nov 17, 2023
1 parent 9db93e6 commit af98427
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
name: "CodeQL"

on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '42 11 * * 1'
#push:
# branches: [ main ]
#pull_request:
# # The branches below must be a subset of the branches above
# branches: [ main ]
#schedule:
# - cron: '42 11 * * 1'
#
# Allows you to run this workflow manually from the Actions tab
# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
workflow_dispatch:
Expand Down

0 comments on commit af98427

Please sign in to comment.