Skip to content

Commit

Permalink
Merge pull request #469 from IntersectMBO/mgalazyn/chore/enable-haske…
Browse files Browse the repository at this point in the history
…ll-ci-for-main

Enable Haskell CI GHA trigger for `main` branch
  • Loading branch information
carbolymer authored Mar 4, 2024
2 parents 0453c31 + 58b191e commit ff013c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name: Haskell CI
on:
merge_group:
pull_request:
push:
# we need this to populate cache for `main` branch to make it available to the child branches, see
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache
branches:
- main

jobs:
build:
Expand Down

0 comments on commit ff013c5

Please sign in to comment.