diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d258b71d..c75b8886 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,10 +10,12 @@ jobs: - name: Checkout uses: actions/checkout@v2 + # Workflow dispatch event that pushes the current version to the release branch. + # From here the secondary production deployment workflow will trigger to build the dependencies. - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@4.0.0 with: - branch: releases/v4-beta + branch: releases/v4 folder: . clean: false single-commit: true \ No newline at end of file