updated workflow

This commit is contained in:
marvzhang
2020-03-11 16:22:05 +08:00
parent 1f58aba9e6
commit eb552b9eb1

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