Skip to content

Commit

Permalink
Update deploy-preview.yml to include additional pull request events
Browse files Browse the repository at this point in the history
  • Loading branch information
m-abdelwahab committed Feb 1, 2024
1 parent 03099d7 commit 0837fb8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Preview Deployment
on: [pull_request]

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

env:
NEON_DATABASE_USERNAME: ${{ secrets.NEON_DATABASE_USERNAME }} # change this to your database username
GH_TOKEN: ${{ secrets.GH_TOKEN }} # Required for commenting on pull requests for private repos
Expand Down

0 comments on commit 0837fb8

Please sign in to comment.