mirror of
https://github.com/owncast/owncast.git
synced 2025-11-03 04:27:18 +08:00
Don't codeql the static directory
This commit is contained in:
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@ -14,9 +14,13 @@ name: "CodeQL"
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ develop ]
|
branches: [ develop ]
|
||||||
|
paths-ignore:
|
||||||
|
- 'static/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: [ develop ]
|
branches: [ develop ]
|
||||||
|
paths-ignore:
|
||||||
|
- 'static/**'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '36 7 * * 4'
|
- cron: '36 7 * * 4'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user