Skip to content

Commit

Permalink
change language/branches
Browse files Browse the repository at this point in the history
  • Loading branch information
p- authored Apr 11, 2024
1 parent eaf5f4b commit c8e2b94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ 'develop', 'gh-pages', 'master', 'ngrinder.maven.repo' ]
branches: [ 'develop', 'master' ]
pull_request:
branches: [ 'develop', 'gh-pages', 'master', 'ngrinder.maven.repo' ]
branches: [ 'develop', 'master' ]
schedule:
- cron: '19 6 * * 2'

Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
$codeql-languages-matrix
language: ['java', 'python', 'javascript']
# CodeQL supports the following values keywords for 'language': 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby'
# Use `c-cpp` to analyze code written in C, C++ or both
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
Expand Down

0 comments on commit c8e2b94

Please sign in to comment.