removed invalid master branch check

This commit is contained in:
2025-04-22 14:43:39 +02:00
parent d3fdf6c273
commit 42d9d0a031
+1 -5
View File
@@ -26,11 +26,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check branch
if: github.ref != 'refs/heads/master'
run: |
echo "This workflow can only be run on the master branch."
exit 1
- name: Install dependencies
run: |
python -m pip install --upgrade pip