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