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:
|
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
|
||||||
|
|
Loading…
Reference in New Issue