Skip to content

Commit

Permalink
workflows: Test on cabal-3.10 branch
Browse files Browse the repository at this point in the history
Signed-off-by: hololeap <[email protected]>
  • Loading branch information
hololeap committed Jan 16, 2024
1 parent 1c88876 commit ac71566
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
@@ -1,9 +1,9 @@
name: Haskell CI
on:
push:
branches: [main, master]
branches: [main, master, cabal-3.10]
pull_request:
branches: [main, master]
branches: [main, master, cabal-3.10]

permissions:
contents: read
Expand Down

0 comments on commit ac71566

Please sign in to comment.