Skip to content

Fix workflow minor bugs (#16) #8

Fix workflow minor bugs (#16)

Fix workflow minor bugs (#16) #8

Workflow file for this run

name: Main Workflow - On pushing to main branch
on:
push:
branches: [main]
jobs:
ci:
uses: ./.github/workflows/ci.yml
with:
ENV_TYPE: prod
cd:
needs: ci
uses: ./.github/workflows/cd.yml
with:
ENV_TYPE: prod
secrets: inherit