Skip to content

Commit

Permalink
run push on every branch
Browse files Browse the repository at this point in the history
  • Loading branch information
owestphal committed Aug 7, 2023
1 parent 1bfa60c commit e98e8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
build:
if: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
#if: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit e98e8fe

Please sign in to comment.