Skip to content

Update pipeline.yml

Update pipeline.yml #4

Workflow file for this run

name: Test Build and Deploy
on:
push:
branches: [main]
# to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
check-file-size:
uses: ./.github/workflows/check-file-size.yml
test-build-node-js-app:
uses: ./.github/workflows/node-js-tests.yml
test-build-python-package:
uses: ./.github/workflows/python-tests.yml
sync-to-deployment-fork:
uses: ./.github/workflows/sync-to-deployment-fork.yml
sync-to-hugging-face-hub-spaces:
uses: ./.github/workflows/sync-to-hugging-face-hub.yml