Skip to content

Fix workflow minor bugs #9

Fix workflow minor bugs

Fix workflow minor bugs #9

Workflow file for this run

name: Main Workflow - When PR to main branch updates
on:
pull_request:
branches: [main]
jobs:
ci:
uses: ./.github/workflows/ci.yml
with:
ENV_TYPE: dev
cd:
needs: ci
uses: ./.github/workflows/cd.yml
with:
ENV_TYPE: dev
secrets: inherit