updated workflow

This commit is contained in:
marvzhang
2020-03-11 16:22:05 +08:00
parent d36b5298c4
commit 46a50dcb17

View File

@@ -64,3 +64,6 @@ jobs:
if [ "$VERSION" == "develop" ]; then
curl ${{ secrets.JENKINS_DEVELOP_URL }}
fi
if [ "$VERSION" == "master" ]; then
curl ${{ secrets.JENKINS_DEMO_URL }}
fi