Skip to content

Commit

Permalink
fix: workflow should deploy on main
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Dec 16, 2024
1 parent 69a4d65 commit 9b323fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: book

on:
push:
branches: [main]
branches: [dev]
pull_request:
branches: [main]
branches: [dev]
paths:
- "book/**"
merge_group:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test deployment

on:
pull_request:
branches: [main, dev]
branches: [dev]

defaults:
run:
Expand Down

0 comments on commit 9b323fc

Please sign in to comment.