stripe / openapi

An OpenAPI specification for the Stripe API.
MIT License
390 stars 122 forks source link

Separate publish from release workflows #124

Closed anniel-stripe closed 1 year ago

anniel-stripe commented 1 year ago

stripe-mock "OpenAPI Update" PRs don't get updated when only fixture data has changed, potentially causing CI to fail. This is because the publish workflow runs only on tagged releases. This separates the publish job so that it runs on every commit instead.