riezqidr commited on
Commit
4b97de5
·
1 Parent(s): 4668706

fix: correct formatting of branch specification in workflow configuration

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.github/workflows/main.yml CHANGED
@@ -1,8 +1,8 @@
1
  name: Sync to Hugging Face hub
2
  on:
3
  push:
4
- branches:
5
- -master
6
  # to run this workflow manually from the Actions tab
7
  workflow_dispatch:
8
 
 
1
  name: Sync to Hugging Face hub
2
  on:
3
  push:
4
+ branches:
5
+ - master
6
  # to run this workflow manually from the Actions tab
7
  workflow_dispatch:
8