Skip to content

ci: run auto-label.yml only if `github.event.review.state == 'APPRO… #601

ci: run auto-label.yml only if `github.event.review.state == 'APPRO…

ci: run auto-label.yml only if `github.event.review.state == 'APPRO… #601

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx build-gh-pages
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist/demo/browser
silent: false
clean: true
concurrency:
group: deploy-${{ github.head_ref }}
cancel-in-progress: true