Merge pull request #12432 from hashicorp/ci-gha-ignore-subpaths

ci: correctly ignore subpaths in gha
This commit is contained in:
Seth Hoenig 2022-04-01 09:58:23 -05:00 committed by GitHub
commit 1ba8213e9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 12 deletions

View File

@ -7,18 +7,18 @@ on:
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
- '.changelog/*'
- '.tours/*'
- 'contributing/*'
- 'demo/*'
- 'dev/*'
- 'e2e/terraform/*'
- 'integrations/*'
- 'pkg/*'
- 'scripts/*'
- 'terraform/*'
- 'ui/*'
- 'website/*'
- '.changelog/**'
- '.tours/**'
- 'contributing/**'
- 'demo/**'
- 'dev/**'
- 'e2e/terraform/**'
- 'integrations/**'
- 'pkg/**'
- 'scripts/**'
- 'terraform/**'
- 'ui/**'
- 'website/**'
env:
VERBOSE: 1
GO_VERSION: 1.17.7