Fixed CodeQL running on every push

main
Guus van Meerveld 2 years ago
parent c9b09dbe8b
commit 555e4f9b2f
Signed by: Guusvanmeerveld
GPG Key ID: 2BA7D7912771966E

@ -2,12 +2,17 @@ name: "CodeQL"
on: on:
push: push:
branches: [ master ] branches: [master]
paths:
- src/**
- package.json
- tsconfig.json
- .github/workflows/**
pull_request: pull_request:
# The branches below must be a subset of the branches above # The branches below must be a subset of the branches above
branches: [ master ] branches: [master]
schedule: schedule:
- cron: '27 18 * * 6' - cron: "27 18 * * 6"
jobs: jobs:
analyze: analyze:
@ -21,7 +26,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
language: [ 'typescript' ] language: ["typescript"]
steps: steps:
- name: Checkout repository - name: Checkout repository

Loading…
Cancel
Save