Skip to content

Commit

Permalink
Add synchronize to dev workflow trigger events (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirivasv authored Nov 2, 2023
1 parent 0822b65 commit b21a2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy to Cloudflare Pages

on:
pull_request:
types: [opened, reopened]
types: [opened, reopened, synchronize]

workflow_dispatch:

Expand Down

0 comments on commit b21a2d1

Please sign in to comment.