From 20780c2a67a55adbb72b4acc9195c60948b69d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C5=A1a=20Davidovi=C4=87?= <62179680+sd4v1d@users.noreply.github.com> Date: Sat, 22 Jan 2022 19:14:42 +0100 Subject: [PATCH] Disable automatic run --- .github/workflows/develop-deb.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/develop-deb.yml b/.github/workflows/develop-deb.yml index b92d4dd9..3036a564 100644 --- a/.github/workflows/develop-deb.yml +++ b/.github/workflows/develop-deb.yml @@ -1,10 +1,11 @@ name: Deployer on: - push: - branches: [ develop ] - pull_request: +# push: + workflow_dispatch: branches: [ develop ] +# pull_request: +# branches: [ develop ] jobs: build: @@ -37,7 +38,7 @@ jobs: cd ../server cat <<< $(jq '.bundleDependencies += .dependencies' package.json) > package.json yarn install - yarn pack + npm pack VERSION=$(cat package.json | jq -r '.version') DATE=$(date) mkdir -p /home/runner/package