Skip to content

Commit

Permalink
feat: trigger preview workflow on pull request closure (#3956)
Browse files Browse the repository at this point in the history
  • Loading branch information
iSCJT authored Oct 24, 2024
1 parent 43c56ed commit ddd95c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fly-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
# Run this workflow on every PR event. Existing review apps will be updated when the PR is updated.
pull_request_target:
# Trigger when labels are changed or more commits added to a PR that contains labels
types: [labeled, synchronize]
types: [closed, labeled, synchronize]
# Only create a preview if changes have been made to the main src code or backend functions
paths:
- 'src/**'
Expand Down

0 comments on commit ddd95c5

Please sign in to comment.