Skip to content

Commit 7067027

Browse files
authored
ignore readme and changelog for linter
1 parent 555a510 commit 7067027

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tfproviderlint.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ name: tfproviderlint
66
on:
77
push:
88
branches: [ master ]
9+
paths-ignore:
10+
- 'README.md'
11+
- 'CHANGELOG.md'
912
pull_request:
1013
branches: [ master ]
14+
paths-ignore:
15+
- 'README.md'
16+
- 'CHANGELOG.md'
1117

1218
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1319
jobs:

0 commit comments

Comments
 (0)