ci: add workflow_dispatch in releases-json workflow

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
pull/1573/head
CrazyMax 2 years ago
parent 87beaefbb8
commit a4d60a451d
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

@ -5,6 +5,7 @@ concurrency:
cancel-in-progress: true
on:
workflow_dispatch:
release:
types:
- released
@ -23,7 +24,7 @@ jobs:
open-pr:
runs-on: ubuntu-22.04
if: github.event_name == 'release'
if: github.event_name != 'pull_request'
needs:
- generate
steps:

Loading…
Cancel
Save