Skip to content

Commit

Permalink
chore(security): have code scanning run on every pr
Browse files Browse the repository at this point in the history
  • Loading branch information
drazisil authored Aug 20, 2024
1 parent d1715d8 commit a8e198f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
name: "CodeQL"

on:
push:
branches: [main]
# push:
# branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
# branches: [main]
schedule:
- cron: "36 16 * * 4"

Expand Down

0 comments on commit a8e198f

Please sign in to comment.