Skip to content

Commit f1c1570

Browse files
committed
fix: ignore openapi scheme files during workflow checks
1 parent 0efc83f commit f1c1570

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/linter.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,14 @@
1313
push:
1414
branches-ignore: [main]
1515
# Remove the line above to run when pushing to master
16+
paths-ignore:
17+
- '**/openapi.json'
18+
# Ignore the OpenAPI file from linting
1619
pull_request:
1720
branches: [main]
21+
paths-ignore:
22+
- '**/openapi.json'
23+
# Ignore the OpenAPI file from linting
1824

1925
###############
2026
# Set the Job #

0 commit comments

Comments
 (0)