diff --git a/.github/workflows/ci-codeql.yml b/.github/workflows/ci-codeql.yml index a8ea4dd..ae8f5a0 100644 --- a/.github/workflows/ci-codeql.yml +++ b/.github/workflows/ci-codeql.yml @@ -6,13 +6,9 @@ on: - 'main' - 'release/**' - 'dev/**' # Allow running Code QL on dev branches without a PR - paths-ignore: - - 'dist/**' pull_request: branches: - 'main' - paths-ignore: - - 'dist/**' schedule: - cron: '25 23 * * 2'