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: paths-ignore:
- 'README.md' - 'README.md'
- 'CHANGELOG.md' - 'CHANGELOG.md'
- '.changelog/*' - '.changelog/**'
- '.tours/*' - '.tours/**'
- 'contributing/*' - 'contributing/**'
- 'demo/*' - 'demo/**'
- 'dev/*' - 'dev/**'
- 'e2e/terraform/*' - 'e2e/terraform/**'
- 'integrations/*' - 'integrations/**'
- 'pkg/*' - 'pkg/**'
- 'scripts/*' - 'scripts/**'
- 'terraform/*' - 'terraform/**'
- 'ui/*' - 'ui/**'
- 'website/*' - 'website/**'
env: env:
VERBOSE: 1 VERBOSE: 1
GO_VERSION: 1.17.7 GO_VERSION: 1.17.7