Jean-François Knebel commited on
Commit
f980909
1 Parent(s): 3282b45

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +1 -1
.github/workflows/main.yml CHANGED
@@ -1,6 +1,6 @@
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
 
1
  name: Sync to Hugging Face hub
2
  on:
3
+ pull_request:
4
  branches: [main]
5
 
6
  # to run this workflow manually from the Actions tab