mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-18 14:56:17 -05:00
chore: Add file requested by hashicorp (#813)
* chore: Add file requested by hashicorp * chore: Remove paths constraints for unit test workflow
This commit is contained in:
parent
70852379ec
commit
0607ad7eec
2 changed files with 3 additions and 4 deletions
4
.github/workflows/unit-test.yaml
vendored
4
.github/workflows/unit-test.yaml
vendored
|
|
@ -6,10 +6,6 @@ on:
|
|||
- "release/**"
|
||||
pull_request:
|
||||
types: ['opened', 'synchronize']
|
||||
paths:
|
||||
- '**.go'
|
||||
- go.mod
|
||||
- '.github/workflows/**'
|
||||
|
||||
env:
|
||||
GOPROXY: https://proxy.golang.org,direct
|
||||
|
|
|
|||
3
.terraform-registry
Normal file
3
.terraform-registry
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Request: change owner to Junkern
|
||||
Registry Link: https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs
|
||||
Request by: info@martinwentzel.com
|
||||
Loading…
Reference in a new issue