Skip to content

Commit 7155ab0

Browse files
author
Jonatan Reiners
authored
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.
1 parent d4a6e7b commit 7155ab0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Ž.github/workflows/compile.yamlβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ on:
1212
- '**.go'
1313
- go.mod
1414
- '.github/workflows/**'
15-
paths-ignore:
16-
- '**_test.go'
15+
- '!**_test.go'
1716

1817
env:
1918
GOPROXY: https://proxy.golang.org,direct

β€Ž.gitignoreβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ website/vendor
3333
scripts/testing/auth
3434
scripts/testing/certs
3535
scripts/testing/testingFile*
36+
scripts/testing/**/to_be_ignored
3637

3738
# build outputs
3839
results

0 commit comments

Comments
Β (0)