Skip to content

schema-publish

schema-publish #31

Workflow file for this run

name: schema-publish
# author: @ralfhandl
# issue: https://github.com/OAI/OpenAPI-Specification/issues/3715
#
# This stub workflow is needed to manually publish schema iterations from vX.Y-dev branches
#
# run this on push to main
on:
workflow_dispatch: {}
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: dummy
run: echo Do nothing