Skip to content

Commit

Permalink
fix: fork preview deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes committed Dec 3, 2024
1 parent 4ed1e09 commit ad1ad57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-preview-fly-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy Fly PR Preview
on:
# Run this workflow on every PR event. Existing review apps will be updated when the PR is updated.
pull_request:
pull_request_target:
# Trigger when labels are changed or more commits added to a PR that contains labels
types: [labeled, synchronize]
# Only create a preview if changes have been made to the main src code or backend functions
Expand Down

0 comments on commit ad1ad57

Please sign in to comment.