GA issues (again) (#2335)

This commit is contained in:
Joe Milazzo 2023-10-20 08:09:01 -05:00 committed by GitHub
parent 368091bf8b
commit eb68e39989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,17 @@
name: Release Workflow name: Release Workflow
on: on:
push: pull_request:
branches: 'release/**' types:
- closed
jobs: jobs:
if_merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- run: |
echo The PR was merged
build: build:
name: Upload Kavita.Common for Version Bump name: Upload Kavita.Common for Version Bump
runs-on: ubuntu-latest runs-on: ubuntu-latest