radames commited on
Commit
464cf7b
1 Parent(s): 5b599e6

sync only with tags

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