LennardZuendorf commited on
Commit
886a2e9
·
unverified ·
2 Parent(s): 9ef25ba 298fe8c

chore: fixing merge errors, updating gh action

Browse files
.github/workflows/{hgf-sync-bulding.yml → hgf-sync-main.yml} RENAMED
@@ -1,10 +1,7 @@
1
- name: Sync building branch to Hugging Face hub
2
  on:
3
  push:
4
- branches: [building]
5
-
6
- pull_request:
7
- branches: [building]
8
 
9
  workflow_dispatch:
10
 
@@ -19,4 +16,4 @@ jobs:
19
  - name: Push to hub
20
  env:
21
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
22
- run: git push https://LennardZuendorf:[email protected]/spaces/LennardZuendorf/thesis-webapp-docker building
 
1
+ name: HGF Hub Sync (Main)
2
  on:
3
  push:
4
+ branches: [main]
 
 
 
5
 
6
  workflow_dispatch:
7
 
 
16
  - name: Push to hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
+ run: git push https://LennardZuendorf:[email protected]/spaces/LennardZuendorf/thesis-webapp-docker main