This commit is contained in:
Robert
2024-06-23 12:45:16 +02:00
parent 5956eebacc
commit b2dfc93d21

View File

@@ -13,6 +13,6 @@ jobs:
PORT: ${{ secrets.PORT }} PORT: ${{ secrets.PORT }}
KEY: ${{ secrets.SSH }} KEY: ${{ secrets.SSH }}
script: | script: |
if [[ $({ github.ref_name }) == "main" ]]; then if [[ ${{ github.ref_name }} == "main" ]]; then
exit 0 exit 0
fi fi