diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0d35a18..f2e2890 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,6 +2,9 @@ name: "CodeQL" on: push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] workflow_dispatch: schedule: - cron: '30 13 * * 6'