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" @@ -2,9 +2,9 @@ name: "CodeQL"
on:
push:
branches: [ master ]
branches: '**'
pull_request:
branches: [ master ]
branches: [ master, release/** ]
jobs:
analyze:

Loading…
Cancel
Save