Skip to content

Develop the REST API #3

Develop the REST API

Develop the REST API #3

Workflow file for this run

name: CD
on:
pull_request:
branches:
- master
types:
- closed
jobs:
publish:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: relekang/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}