diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1987ac3..0967ec4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,10 +14,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Check that current branch is master - if: github.ref != 'refs/heads/master' - run: exit -1 - # Yes, this is the lazy way of doing it. Am I lazy? Yes. - name: Create draft release env: