Skip to content

run workflow on PR to main #6

run workflow on PR to main

run workflow on PR to main #6

Workflow file for this run

name: Sync to Hugging Face Hub
on:
push:
branches: [ main ]
workflow_dispatch: # to run this workflow manually from the Actions tab
jobs:
sync-to-hub:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
- name: Push to HF Hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push https://naskio:[email protected]/spaces/naskio/mergeui main