1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00

https://github.com/cskefu/cskefu/issues/750 set github actions checks pr for develop

This commit is contained in:
Hai Liang Wang 2022-10-10 19:47:11 +08:00
parent 8d6448f63f
commit 622c8b7849

View File

@ -1,7 +1,7 @@
name: PR Checks Package
on:
pull_request:
branches: [osc]
branches: [develop]
types: [opened, synchronize, closed]
jobs:
build:
@ -16,4 +16,4 @@ jobs:
if [ -f ~/.cskefu.rc ]; then source ~/.cskefu.rc; else echo "Not found ~/.cskefu.rc; find info with https://github.com/cskefu/cskefu/issues/688"; exit 1; fi
java -version && mvn -version
$GITHUB_WORKSPACE/public/plugins/scripts/install-all.sh
cd $GITHUB_WORKSPACE/contact-center && ./admin/package.sh
cd $GITHUB_WORKSPACE/contact-center && ./admin/package.sh