0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-08-23 03:48:35 +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/**' - 'example/**'
- '.github/**' - '.github/**'
- 'docs/**' - 'docs/**'
- 'Makefile'
schedule: schedule:
- cron: '30 9 * * 6' - cron: '30 9 * * 6'

2
.gitignore vendored
View File

@ -1,5 +1,6 @@
/example/terraform-provider-* /example/terraform-provider-*
/pkg/ /pkg/
/test/
/website/.vagrant /website/.vagrant
/website/.bundle /website/.bundle
/website/build /website/build
@ -14,6 +15,7 @@ modules-dev/
.terraform/ .terraform/
.vagrant/ .vagrant/
.run/
*~ *~
*.backup *.backup