Skip to content

Commit

Permalink
👷 [maykinmedia/open-api-framework#115] Always run OAS check
Browse files Browse the repository at this point in the history
to verify that the schema is up to date
  • Loading branch information
stevenbal committed Mar 6, 2025
1 parent bede7c9 commit 3665815
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/oas-check.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 3665815

Please sign in to comment.