diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 99376ec..88b68eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: Build and test on: push: - branches: [main] + branches: [main, cideploy] jobs: build-and-deploy: @@ -31,7 +31,7 @@ jobs: ng add angular-cli-ghpages - name: Deploy - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/cideploy' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: |