mirror of
https://github.com/gotson/komga.git
synced 2025-12-15 21:12:27 +01:00
ci: don't run semantic release job on PRs
This commit is contained in:
parent
f72d765c5b
commit
75019c9a1e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -44,6 +44,7 @@ jobs:
|
|||
name: semantic release
|
||||
runs-on: ubuntu-latest
|
||||
needs: [ test, webui ]
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue