mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 21:00:16 +02:00
ci: fix workflow file
This commit is contained in:
parent
d21a7a3390
commit
6583334970
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
name: Semantic Release
|
||||
runs-on: ubuntu-latest
|
||||
needs: [ test, webui ]
|
||||
if: ${{ github.event_name == 'workflow_dispatch' && && github.ref == 'refs/heads/master' }}
|
||||
if: ${{ github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue