diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index ce880632b..3934f73ce 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -27,4 +27,4 @@ jobs: run: ./gradlew publishSnapshot env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - if: ${{ github.ref == 'fabric/master' }} + if: github.ref == ‘refs/heads/fabric/master’