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:
parent
af1313bb21
commit
686a5bb552
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
@ -23,6 +23,7 @@ on:
|
||||
- 'example/**'
|
||||
- '.github/**'
|
||||
- 'docs/**'
|
||||
- 'Makefile'
|
||||
schedule:
|
||||
- cron: '30 9 * * 6'
|
||||
|
||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user