From 366581541a8349a4397c4736d10f4f00a63a4130 Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Thu, 6 Mar 2025 11:35:02 +0100 Subject: [PATCH] :construction_worker: [maykinmedia/open-api-framework#115] Always run OAS check to verify that the schema is up to date --- .github/workflows/oas-check.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/oas-check.yml b/.github/workflows/oas-check.yml index 0df85f2d..25bc551a 100644 --- a/.github/workflows/oas-check.yml +++ b/.github/workflows/oas-check.yml @@ -1,12 +1,7 @@ name: check-oas on: - push: - paths: - - "src/objects/api/*/openapi.yaml" - - .github/workflows/oas-check.yml - branches: - - '**' + pull_request: workflow_dispatch: jobs: