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:
parent
af1313bb21
commit
686a5bb552
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
@ -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
2
.gitignore
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user