Update build_push.yml
This commit is contained in:
5
.github/workflows/build_push.yml
vendored
5
.github/workflows/build_push.yml
vendored
@@ -4,10 +4,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build artifacts and deploy preview
|
||||
needs: check_wrapper
|
||||
if: "!startsWith(github.event.head_commit.message, '[SKIP CI]')"
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -57,4 +56,4 @@ on:
|
||||
artifacts: "master/*.zip"
|
||||
owner: "Suwayomi"
|
||||
repo: "Tachidesk-WebUI-preview"
|
||||
tag: ${{ steps.GenTagName.outputs.value }}
|
||||
tag: ${{ steps.GenTagName.outputs.value }}
|
||||
|
||||
Reference in New Issue
Block a user