Skip to content

Commit 3d438b7

Browse files
authored
chore: don't skip deploy step (#1934)
2 parents ec82829 + 4ecdc2f commit 3d438b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
deploy:
4848
# Only deploy if a push to main
49-
if: github.ref_name == 'dev' && github.event_name == 'push'
49+
if: github.ref_name == 'main' && github.event_name == 'push'
5050
runs-on: ubuntu-latest
5151
needs: [build]
5252

0 commit comments

Comments
 (0)