mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-05 21:43:59 +00:00
update CodeQL workflow: ignore /docs
This commit is contained in:
parent
a688bb7ed8
commit
934d42c93b
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
@ -14,11 +14,6 @@ name: "CodeQL"
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
paths-ignore:
|
|
||||||
- '**/*.md'
|
|
||||||
- '**/*.tf'
|
|
||||||
- 'example/**'
|
|
||||||
- '.github/**'
|
|
||||||
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: [ master ]
|
branches: [ master ]
|
||||||
@ -27,6 +22,7 @@ on:
|
|||||||
- '**/*.tf'
|
- '**/*.tf'
|
||||||
- 'example/**'
|
- 'example/**'
|
||||||
- '.github/**'
|
- '.github/**'
|
||||||
|
- 'docs/**'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 9 * * 6'
|
- cron: '30 9 * * 6'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user