diff --git a/.github/workflows/code-scanning.yaml b/.github/workflows/code-scanning.yaml index 8116cd5..c6a5fec 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, master, release/*, hotfix/* ] - pull_request: - branches: [ develop ] schedule: - - cron: '0 9 * * 1' + - cron: '0 0 1 * *' + workflow_dispatch: jobs: code-scanning-java: