mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-21 01:06:43 +02:00
chore: Run release-preview on more PR events
This commit is contained in:
1
.github/workflows/release-preview.yml
vendored
1
.github/workflows/release-preview.yml
vendored
@@ -3,6 +3,7 @@ name: Preview release
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [develop]
|
branches: [develop]
|
||||||
|
types: [opened, synchronize, labeled, ready_for_review]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.number }}
|
group: ${{ github.workflow }}-${{ github.event.number }}
|
||||||
|
Reference in New Issue
Block a user