Skip to content

Commit d00c028

Browse files
YermekGImmutableJeffrey
authored andcommitted
fix: ignore openapi scheme files during workflow checks
1 parent 1adae25 commit d00c028

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/linter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@
1313
push:
1414
branches-ignore: [main]
1515
# Remove the line above to run when pushing to master
16+
paths-ignore:
17+
- 'openapi.json'
1618
pull_request:
1719
branches: [main]
20+
paths-ignore:
21+
- 'openapi.json'
1822

1923
###############
2024
# Set the Job #

0 commit comments

Comments
 (0)