chore: update Github actions workflow

This commit is contained in:
Andy Pan 2022-05-06 22:32:56 +08:00
parent 15f3cdfb7b
commit eedcecdf4a
3 changed files with 10 additions and 2 deletions

View File

@ -4,6 +4,8 @@ on:
push:
branches:
- master
- dev
- test
paths-ignore:
- '**.md'
pull_request:

View File

@ -2,11 +2,15 @@ name: CodeQL
on:
push:
branches: [master]
branches:
- master
- dev
- test
paths-ignore:
- '**.md'
pull_request:
branches: [master]
branches:
- master
paths-ignore:
- '**.md'
schedule:

View File

@ -4,6 +4,8 @@ on:
push:
branches:
- master
- dev
- test
paths-ignore:
- '**.md'
pull_request: