mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-05 05:24:01 +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:
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- '**/*.tf'
|
||||
- 'example/**'
|
||||
- '.github/**'
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ master ]
|
||||
@ -27,6 +22,7 @@ on:
|
||||
- '**/*.tf'
|
||||
- 'example/**'
|
||||
- '.github/**'
|
||||
- 'docs/**'
|
||||
schedule:
|
||||
- cron: '30 9 * * 6'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user