From 6a2d9e752fab27b59da4f194b0ef6daf7e8b6d81 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 12 Oct 2024 14:28:54 -0400 Subject: port to deno --- .github/workflows/codeql.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '.github/workflows/codeql.yaml') diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 9d82771..017332c 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -1,12 +1,20 @@ name: CodeQL on: + push: + branches: [main] + paths: + - "**.ts" + - ".github/workflows/codeql.yaml" pull_request: + paths: + - "**.ts" + - ".github/workflows/codeql.yaml" workflow_dispatch: jobs: codeql: - name: Run CodeQL scan + name: Run scan runs-on: ubuntu-latest -- cgit v1.2.3