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:
parent
8d6448f63f
commit
622c8b7849
4
.github/workflows/pr_checks_package.yml
vendored
4
.github/workflows/pr_checks_package.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: PR Checks Package
|
name: PR Checks Package
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [osc]
|
branches: [develop]
|
||||||
types: [opened, synchronize, closed]
|
types: [opened, synchronize, closed]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
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
|
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
|
java -version && mvn -version
|
||||||
$GITHUB_WORKSPACE/public/plugins/scripts/install-all.sh
|
$GITHUB_WORKSPACE/public/plugins/scripts/install-all.sh
|
||||||
cd $GITHUB_WORKSPACE/contact-center && ./admin/package.sh
|
cd $GITHUB_WORKSPACE/contact-center && ./admin/package.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user