Added main check to only deploy on the main branch
This commit is contained in:
parent
bc46ca851e
commit
0e0bad18fb
|
@ -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/main'
|
||||||
|
|
Loading…
Reference in New Issue