Skip to content

feat: design the frontend #4

feat: design the frontend

feat: design the frontend #4

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/python-semantic-release@v7.34.6
with:
github_token: ${{ secrets.GITHUB_TOKEN }}