Commit
·
2f208fe
1
Parent(s):
40bae7f
fixing CI
Browse files
.github/workflows/main.yml
CHANGED
@@ -2,9 +2,9 @@ name: CI to HF
|
|
2 |
|
3 |
# Controls when the workflow will run
|
4 |
on:
|
5 |
-
# Triggers the workflow on push events but only for the "
|
6 |
push:
|
7 |
-
branches: [ "
|
8 |
|
9 |
# Allows you to run this workflow manually from the Actions tab
|
10 |
workflow_dispatch:
|
|
|
2 |
|
3 |
# Controls when the workflow will run
|
4 |
on:
|
5 |
+
# Triggers the workflow on push events but only for the "master" branch
|
6 |
push:
|
7 |
+
branches: [ "master" ]
|
8 |
|
9 |
# Allows you to run this workflow manually from the Actions tab
|
10 |
workflow_dispatch:
|