Update codeql-analysis.yml

且听风吟 5 years ago committed by GitHub
parent 49442b85a3
commit 0d259dc308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,9 @@ name: "CodeQL"
on:
push:
branches: [ master ]
branches:
- master
- dev
paths-ignore:
- '**/*.md'
- '**/*.css'
@ -21,7 +23,9 @@ on:
- '**/*.yml'
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches:
- master
- dev
paths-ignore:
- '**/*.md'
- '**/*.css'

Loading…
Cancel
Save