From 42d9d0a03161e528316f2f36187e946c052ca068 Mon Sep 17 00:00:00 2001 From: dutchie031 Date: Tue, 22 Apr 2025 14:43:39 +0200 Subject: [PATCH] removed invalid master branch check --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cdd8a7c..b47e82b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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