Disable automatic run

This commit is contained in:
Saša Davidović 2022-01-22 19:14:42 +01:00 committed by GitHub
parent bc36deef34
commit 20780c2a67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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