Skip to content

MPR Fix refactor search errors #21

MPR Fix refactor search errors

MPR Fix refactor search errors #21

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