0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 02:31:10 +00:00

chore: tweak codeql action (#145)

This commit is contained in:
Pavel Boldyrev 2022-10-17 01:42:10 -04:00 committed by GitHub
parent af1313bb21
commit 686a5bb552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -23,6 +23,7 @@ on:
- 'example/**'
- '.github/**'
- 'docs/**'
- 'Makefile'
schedule:
- cron: '30 9 * * 6'

4
.gitignore vendored
View File

@ -1,5 +1,6 @@
/example/terraform-provider-*
/pkg/
/test/
/website/.vagrant
/website/.bundle
/website/build
@ -14,6 +15,7 @@ modules-dev/
.terraform/
.vagrant/
.run/
*~
*.backup
@ -38,4 +40,4 @@ modules-dev/
!command/test-fixtures/**/.terraform/
# Binary
terraform-provider-proxmox*
terraform-provider-proxmox*