fix: Add Template Files to CI Test Job Filters (#4806)

This commit is contained in:
Simon Heather
2024-08-02 15:20:37 +01:00
committed by GitHub
parent e969d6576b
commit f257d7ac03

View File

@@ -35,6 +35,7 @@ jobs:
- '**.go'
- '**.txt' # golden file test output
- 'go.*'
- '**.tmpl'
- '.github/workflows/test.yml'
test:
needs: [changes]