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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue