chore: Run release-preview on more PR events

This commit is contained in:
Sidharth Vinod
2024-09-17 21:14:16 +05:30
parent 2b12a658f6
commit a07f1f3337

View File

@@ -3,6 +3,7 @@ name: Preview release
on:
pull_request:
branches: [develop]
types: [opened, synchronize, labeled, ready_for_review]
concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}