Skip to content

Commit

Permalink
Fix preview channels for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kvestus committed Feb 24, 2024
1 parent 8ac2728 commit 3eed8d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Pull request
on:
pull_request:
branches: [ main ]
types: [ opened, reopened ]
types: [ opened, reopened, synchronize ]
paths:
- '*'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 3eed8d2

Please sign in to comment.