Skip to content

Commit

Permalink
Releases are done from master
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Mar 31, 2021
1 parent d7e7558 commit 0b348fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defaults:
on:
push:
branches:
- 'main'
- 'master'
tags:
- "v*"
pull_request:
Expand Down Expand Up @@ -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)"
Expand Down

0 comments on commit 0b348fd

Please sign in to comment.