Merge pull request #1573 from crazy-max/fix-releases-json

ci: add workflow_dispatch in releases-json workflow
pull/1574/head
CrazyMax 2 years ago committed by GitHub
commit ded6376ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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