diff --git a/.github/workflows/code-scanning.yaml b/.github/workflows/code-scanning.yaml index e062337..8f25d8b 100644 --- a/.github/workflows/code-scanning.yaml +++ b/.github/workflows/code-scanning.yaml @@ -1,12 +1,9 @@ name: "Code scanning" on: - push: - branches: [ develop, main, release/*, hotfix/* ] - pull_request: - branches: [ develop, main ] schedule: - - cron: '0 9 * * 1' + - cron: '0 0 * * 1' + workflow_dispatch: jobs: analyze: