mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
chore: ignore text file in CodeQL workflow
This commit is contained in:
parent
2a03eb7740
commit
02b4a99160
1 changed files with 3 additions and 0 deletions
3
.github/workflows/codeql.yml
vendored
3
.github/workflows/codeql.yml
vendored
|
@ -17,6 +17,9 @@ on:
|
|||
branches: [ "dev" ]
|
||||
pull_request:
|
||||
branches: [ "dev" ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- '**/*.ini'
|
||||
schedule:
|
||||
- cron: '34 6 * * *'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue