diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 72e86a2..79e37d2 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -7,7 +7,7 @@ defaults: on: push: branches: - - 'main' + - 'master' tags: - "v*" pull_request: @@ -152,7 +152,7 @@ jobs: - name: Tag new version id: tag - if: ${{ github.ref == 'refs/heads/main' }} + if: ${{ github.ref == 'refs/heads/master' }} run: | package_version="$(cat *.cabal | grep '^version:' | cut -d : -f 2 | xargs)"