Changed pipeline to deploy autotest instance on changes to release

This commit is contained in:
Elijah 2024-02-29 17:24:35 +01:00
parent 6d76ece816
commit 560204d8f8
1 changed files with 1 additions and 1 deletions

View File

@ -86,4 +86,4 @@ jobs:
echo "Script execution successful"
exit 0
fi
if: success() && github.ref == 'refs/heads/main'
if: success() && github.ref == 'refs/heads/release'