GA issues (again) (#2335)
This commit is contained in:
parent
368091bf8b
commit
eb68e39989
1 changed files with 9 additions and 2 deletions
11
.github/workflows/release-workflow.yml
vendored
11
.github/workflows/release-workflow.yml
vendored
|
@ -1,10 +1,17 @@
|
|||
name: Release Workflow
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: 'release/**'
|
||||
pull_request:
|
||||
types:
|
||||
- closed
|
||||
|
||||
jobs:
|
||||
if_merged:
|
||||
if: github.event.pull_request.merged == true
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: |
|
||||
echo The PR was merged
|
||||
build:
|
||||
name: Upload Kavita.Common for Version Bump
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue