Spaces:
Runtime error
Runtime error
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:
|
2 |
on:
|
3 |
push:
|
4 |
-
branches: [
|
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
|
|
|
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
|