Add conditional check for branch verification in build workflow

This commit is contained in:
mr. M
2025-01-11 17:48:06 +01:00
parent 997384e832
commit 50a48cdf24

View File

@@ -65,6 +65,7 @@ jobs:
token: ${{ secrets.DEPLOY_KEY }}
- name: Check if correct branch
if: ${{ inputs.create_release }}
run: |
echo "Checking if we are on the correct branch"
git branch