diff options
-rw-r--r-- | .github/workflows/codeql.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index cd370957f..38b4a044a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,10 +1,7 @@ name: "CodeQL" on: - push: - branches: [ master, maint/* ] - pull_request: - branches: [ master, maint/* ] + workflow_dispatch: schedule: - cron: '21 3 * * 1' |