Skip to content

Commit

Permalink
chore: Update deploy workflow to include pull requests (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-miyake committed Sep 13, 2024
1 parent b28930d commit 2642dab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Deploy to Cloudflare with NuxtHub Cli
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2642dab

Please sign in to comment.