We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9fa2a commit b8535a7Copy full SHA for b8535a7
.github/workflows/ci-cd.yml
@@ -70,7 +70,7 @@ jobs:
70
71
deploy:
72
name: Deploy
73
- if: github.ref_name == 'hf/broken-images'
+ if: github.ref_name == 'main'
74
needs: build
75
runs-on: ubuntu-latest
76
0 commit comments