Skip to content

Commit

Permalink
Updating GitHub Code Scanning Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Dec 3, 2024
1 parent 779f2be commit 3af4829
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", "develop"]
branches: ["master", "main"]
pull_request:
# The branches below must be a subset of the branches above
branches: ["master", "main", "develop"]
branches: ["master", "main"]
schedule:
- cron: "27 4 * * 5"

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

steps:
- name: Checkout repository
Expand Down

0 comments on commit 3af4829

Please sign in to comment.