0
0
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:
Pavel Boldyrev 2021-09-09 11:46:21 -04:00
parent a688bb7ed8
commit 934d42c93b
No known key found for this signature in database
GPG Key ID: 9A3B05A2B8921AD9

View File

@ -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'