Skip to content

Commit

Permalink
Update codeql-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HannoZ authored May 6, 2024
1 parent 9e9775a commit cde0fc4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@
# or to provide custom queries or build logic.
name: "CodeQL"

on:
on:
workflow_dispatch:
push:
branches: [master]
paths:
- source/MerriamWebster.NET
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
paths:
- source/MerriamWebster.NET
schedule:
- cron: '0 22 * * 3'

Expand Down

0 comments on commit cde0fc4

Please sign in to comment.