Skip to content

Commit

Permalink
fix: ignore openapi scheme files during workflow checks
Browse files Browse the repository at this point in the history
  • Loading branch information
YermekG committed Oct 24, 2024
1 parent 0efc83f commit 4e1ca65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@
push:
branches-ignore: [main]
# Remove the line above to run when pushing to master
paths-ignore:
- 'openapi.json'
pull_request:
branches: [main]
paths-ignore:
- 'openapi.json'

###############
# Set the Job #
Expand Down

0 comments on commit 4e1ca65

Please sign in to comment.