mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Don't codeql the static directory
This commit is contained in:
parent
c7d988c7dd
commit
3fdae7afb9
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@ -14,9 +14,13 @@ name: "CodeQL"
|
||||
on:
|
||||
push:
|
||||
branches: [ develop ]
|
||||
paths-ignore:
|
||||
- 'static/**'
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ develop ]
|
||||
paths-ignore:
|
||||
- 'static/**'
|
||||
schedule:
|
||||
- cron: '36 7 * * 4'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user