Skip to content

Commit

Permalink
DEV: also connect codeql action
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinHuttley committed Oct 8, 2023
1 parent 237ab2a commit a7f097f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ name: "CodeQL"

on:
push:
branches: [ "master" ]
branches-ignore:
- master
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
branches-ignore:
- master
schedule:
- cron: '39 20 * * 6'

Expand All @@ -33,8 +34,6 @@ jobs:
fail-fast: false
matrix:
language: [ 'python' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

steps:
- name: Checkout repository
Expand Down

0 comments on commit a7f097f

Please sign in to comment.