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:
Jonatan Reiners 2024-06-04 17:14:13 +02:00 committed by GitHub
parent d4a6e7b6ad
commit 7155ab079c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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
View file

@ -33,6 +33,7 @@ website/vendor
scripts/testing/auth
scripts/testing/certs
scripts/testing/testingFile*
scripts/testing/**/to_be_ignored
# build outputs
results