diff --git a/.github/workflows/pr_checks_package.yml b/.github/workflows/pr_checks_package.yml index bba761a1..caded02d 100644 --- a/.github/workflows/pr_checks_package.yml +++ b/.github/workflows/pr_checks_package.yml @@ -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 \ No newline at end of file + cd $GITHUB_WORKSPACE/contact-center && ./admin/package.sh