Added main check to only deploy on the main branch

This commit is contained in:
Elijah 2024-02-06 11:10:13 +01:00
parent bc46ca851e
commit 0e0bad18fb

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/main'