chore: test cd in PR
Browse files
    	
        .github/workflows/ci.yml
    CHANGED
    
    | 
         @@ -1,8 +1,6 @@ 
     | 
|
| 1 | 
         
             
            name: CI
         
     | 
| 2 | 
         | 
| 3 | 
         
             
            on:
         
     | 
| 4 | 
         
            -
              push:
         
     | 
| 5 | 
         
            -
                branches: [main]
         
     | 
| 6 | 
         
             
              pull_request:
         
     | 
| 7 | 
         
             
                branches: [main]
         
     | 
| 8 | 
         | 
| 
         | 
|
| 1 | 
         
             
            name: CI
         
     | 
| 2 | 
         | 
| 3 | 
         
             
            on:
         
     | 
| 
         | 
|
| 
         | 
|
| 4 | 
         
             
              pull_request:
         
     | 
| 5 | 
         
             
                branches: [main]
         
     | 
| 6 | 
         | 
    	
        .github/workflows/huggingface-sync.yml
    CHANGED
    
    | 
         @@ -1,9 +1,11 @@ 
     | 
|
| 1 | 
         
             
            name: Deploy to Hugging Face Space
         
     | 
| 2 | 
         | 
| 3 | 
         
             
            on:
         
     | 
| 4 | 
         
            -
              push:
         
     | 
| 5 | 
         
            -
                branches: [main]
         
     | 
| 6 | 
         
             
              workflow_dispatch:
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 7 | 
         | 
| 8 | 
         
             
            jobs:
         
     | 
| 9 | 
         
             
              sync:
         
     | 
| 
         | 
|
| 1 | 
         
             
            name: Deploy to Hugging Face Space
         
     | 
| 2 | 
         | 
| 3 | 
         
             
            on:
         
     | 
| 
         | 
|
| 
         | 
|
| 4 | 
         
             
              workflow_dispatch:
         
     | 
| 5 | 
         
            +
              pull_request:
         
     | 
| 6 | 
         
            +
                branches: [main]
         
     | 
| 7 | 
         
            +
              # push:
         
     | 
| 8 | 
         
            +
              #   branches: [main]
         
     | 
| 9 | 
         | 
| 10 | 
         
             
            jobs:
         
     | 
| 11 | 
         
             
              sync:
         
     |