Skip to content

Commit

Permalink
update-dockerignore-for-context-ignore (#625)
Browse files Browse the repository at this point in the history
* 🚀 Fix the GitHub Actions workflow config to properly trigger on all Go files.

* ✨ Ignore testing files for script in .gitignore.
  • Loading branch information
enc authored Jun 4, 2024
1 parent d4a6e7b commit 7155ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ on:
- '**.go'
- go.mod
- '.github/workflows/**'
paths-ignore:
- '**_test.go'
- '!**_test.go'

env:
GOPROXY: https://proxy.golang.org,direct
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ website/vendor
scripts/testing/auth
scripts/testing/certs
scripts/testing/testingFile*
scripts/testing/**/to_be_ignored

# build outputs
results
Expand Down

0 comments on commit 7155ab0

Please sign in to comment.