Skip to content

Commit b8535a7

Browse files
committed
build fix. Validated the fix, so returning the build to only deploy on the main branch.
1 parent 4c9fa2a commit b8535a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
deploy:
7272
name: Deploy
73-
if: github.ref_name == 'hf/broken-images'
73+
if: github.ref_name == 'main'
7474
needs: build
7575
runs-on: ubuntu-latest
7676

0 commit comments

Comments
 (0)