diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 4f019c5b..02fb5d39 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -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 #