Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 2642dab

Browse files
committed
chore: Update deploy workflow to include pull requests (#68)
1 parent b28930d commit 2642dab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Deploy to Cloudflare with NuxtHub Cli
22
on:
33
push:
44
branches: [main]
5+
pull_request:
6+
branches: [main]
57
jobs:
68
build-and-deploy:
79
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)