Skip to content

Commit

Permalink
Add restriction to only run for PRs with main as the target.
Browse files Browse the repository at this point in the history
The intent is to facilitate the integration of external forks opening PRs.
  • Loading branch information
zacdezgeo committed Oct 27, 2023
1 parent 6291a80 commit 20ee9f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Deploy PR previews

on:
pull_request:
branches:
- main
types:
- opened
- reopened
Expand Down

0 comments on commit 20ee9f7

Please sign in to comment.