Update build_push.yml

This commit is contained in:
Aria Moradi
2021-08-07 23:25:12 +04:30
parent a10537031c
commit 811f07b490

View File

@@ -4,10 +4,9 @@ on:
push: push:
branches: branches:
- master - master
jobs:
build: build:
name: Build artifacts and deploy preview name: Build artifacts and deploy preview
needs: check_wrapper
if: "!startsWith(github.event.head_commit.message, '[SKIP CI]')" if: "!startsWith(github.event.head_commit.message, '[SKIP CI]')"
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -57,4 +56,4 @@ on:
artifacts: "master/*.zip" artifacts: "master/*.zip"
owner: "Suwayomi" owner: "Suwayomi"
repo: "Tachidesk-WebUI-preview" repo: "Tachidesk-WebUI-preview"
tag: ${{ steps.GenTagName.outputs.value }} tag: ${{ steps.GenTagName.outputs.value }}