anyantudre commited on
Commit
2f208fe
·
1 Parent(s): 40bae7f
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.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 "main" branch
6
  push:
7
- branches: [ "main" ]
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: