summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yaml
diff options
context:
space:
mode:
authorseth <[email protected]>2024-10-12 14:28:54 -0400
committerseth <[email protected]>2024-10-12 14:59:04 -0400
commit6a2d9e752fab27b59da4f194b0ef6daf7e8b6d81 (patch)
treeed8f9f07861a0a4463dcd910baa349b6cc6656aa /.github/workflows/codeql.yaml
parent08912b439bd61088dd849b9342a81341fa9e4a23 (diff)
port to deno
Diffstat (limited to '.github/workflows/codeql.yaml')
-rw-r--r--.github/workflows/codeql.yaml10
1 files changed, 9 insertions, 1 deletions
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