Skip to content

MPR Move script in public/ to src/ #18

MPR Move script in public/ to src/

MPR Move script in public/ to src/ #18

Workflow file for this run

name: Run CI/CD
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
on:
push:
branches:
- main
- production
jobs:
ci:
uses: ./.github/workflows/ci.yaml
secrets: inherit
cd:
needs:
- ci
uses: ./.github/workflows/cd.yaml
secrets: inherit