Skip to content

chore: added bundle support upload #41

chore: added bundle support upload

chore: added bundle support upload #41

Workflow file for this run

name: Main CI/CD
# https://docs.github.com/en/actions/managing-workflow-runs/skipping-workflow-runs
on:
push:
branches:
- main
jobs:
Continuous-Integration:
uses: ./.github/workflows/ci.yml
secrets: inherit
Deploy-App:
needs: [Continuous-Integration]
uses: ./.github/workflows/cd.yml
secrets: inherit
with:
environment: "main"