mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
Disable automatic run
This commit is contained in:
parent
bc36deef34
commit
20780c2a67
1 changed files with 5 additions and 4 deletions
9
.github/workflows/develop-deb.yml
vendored
9
.github/workflows/develop-deb.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue