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

Loading…
Cancel
Save