Skip to content

Commit 1575faa

Browse files
run on master
1 parent b77efe5 commit 1575faa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,17 @@ jobs:
2525
strategy:
2626
matrix:
2727
ghc-version: ["9.12", "9.10", "9.8", "9.6"]
28+
ref: ${{ github.ref }}
29+
include:
30+
ghc-version: "9.12"
31+
ref: master
2832
fail-fast: false
2933

3034
runs-on: ubuntu-latest
3135

3236
steps:
37+
- run: echo ${{ matrix.ref }}
38+
3339
- uses: actions/checkout@v4
3440

3541
- uses: haskell-actions/setup@v2

0 commit comments

Comments
 (0)