Skip to content

Commit

Permalink
Enable Haskell CI GHA for main branch
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Hurlin <[email protected]>
  • Loading branch information
carbolymer and smelc committed Mar 4, 2024
1 parent 0453c31 commit 58b191e
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 58b191e

Please sign in to comment.