mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-02-02 19:59:30 -05:00
update-dockerignore-for-context-ignore (#625)
* 🚀 Fix the GitHub Actions workflow config to properly trigger on all Go files. * ✨ Ignore testing files for script in .gitignore.
This commit is contained in:
parent
d4a6e7b6ad
commit
7155ab079c
2 changed files with 2 additions and 2 deletions
3
.github/workflows/compile.yaml
vendored
3
.github/workflows/compile.yaml
vendored
|
|
@ -12,8 +12,7 @@ on:
|
|||
- '**.go'
|
||||
- go.mod
|
||||
- '.github/workflows/**'
|
||||
paths-ignore:
|
||||
- '**_test.go'
|
||||
- '!**_test.go'
|
||||
|
||||
env:
|
||||
GOPROXY: https://proxy.golang.org,direct
|
||||
|
|
|
|||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -33,6 +33,7 @@ website/vendor
|
|||
scripts/testing/auth
|
||||
scripts/testing/certs
|
||||
scripts/testing/testingFile*
|
||||
scripts/testing/**/to_be_ignored
|
||||
|
||||
# build outputs
|
||||
results
|
||||
|
|
|
|||
Loading…
Reference in a new issue