Skip to content

Commit

Permalink
ci: only build on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Aug 13, 2023
1 parent 76c6217 commit b57c4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Preview Image
on:
workflow_dispatch:
push:
branches: [main, "refactor/app-router"]
branches: [main]
paths:
- "app/**"
- "next.config.js"
Expand Down

0 comments on commit b57c4be

Please sign in to comment.