Browse Source

Run CodeQL everywhere

pull/2667/head
Christoph Wille 3 years ago committed by GitHub
parent
commit
e044038b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/codeql-analysis.yml

4
.github/workflows/codeql-analysis.yml

@ -2,9 +2,9 @@ name: "CodeQL"
on: on:
push: push:
branches: [ master ] branches: '**'
pull_request: pull_request:
branches: [ master ] branches: [ master, release/** ]
jobs: jobs:
analyze: analyze:

Loading…
Cancel
Save