Skip to content

Commit

Permalink
Switch scan to typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
jwj019 committed Nov 25, 2024
1 parent fba5a2e commit 32743b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis-javascript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: "CodeQL JavaScript/TypeScript"

on:
push:
branches: ["master", "main"]
branches: ["master", "main", "develop"]
pull_request:
# The branches below must be a subset of the branches above
branches: ["master", "main"]
branches: ["master", "main", "develop"]
schedule:
- cron: "27 4 * * 5"

Expand All @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ["javascript"]
language: ["typescript"]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 32743b9

Please sign in to comment.