Changed pipeline to deploy autotest instance on changes to release
This commit is contained in:
parent
6d76ece816
commit
560204d8f8
|
@ -86,4 +86,4 @@ jobs:
|
||||||
echo "Script execution successful"
|
echo "Script execution successful"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
if: success() && github.ref == 'refs/heads/main'
|
if: success() && github.ref == 'refs/heads/release'
|
||||||
|
|
Loading…
Reference in a new issue