Merge pull request #12432 from hashicorp/ci-gha-ignore-subpaths
ci: correctly ignore subpaths in gha
This commit is contained in:
commit
1ba8213e9a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue