Skip to content

Using dedicated folder for Swagger doc #62

Using dedicated folder for Swagger doc

Using dedicated folder for Swagger doc #62

Workflow file for this run

name: CI-Only Workflow
# Trigger for commit on any branch, other than the ones in the list
on:
push:
branches-ignore:
- master
- int
- develop
jobs:
### Job to Build and Publish artifacts
Build-and-Publish:
uses: ./.github/workflows/reusable-build-and-publish.yml