Hasan Iqbal commited on
Commit
d7ae348
·
unverified ·
1 Parent(s): 6a80089

HF Deploy should happen on release

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yaml +1 -1
.github/workflows/main.yaml CHANGED
@@ -9,7 +9,7 @@ jobs:
9
  huggingface_deploy:
10
  name: Deploy to Hugging Face
11
  runs-on: ubuntu-latest
12
- #if: ${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }}
13
  steps:
14
  - name: Check out code
15
  uses: actions/checkout@v3
 
9
  huggingface_deploy:
10
  name: Deploy to Hugging Face
11
  runs-on: ubuntu-latest
12
+ if: ${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }}
13
  steps:
14
  - name: Check out code
15
  uses: actions/checkout@v3