We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06d2a6 commit 68a2d58Copy full SHA for 68a2d58
.github/workflows/haskell-ci.yml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
matrix:
27
ghc-version: ["9.12", "9.10", "9.8", "9.6"]
28
- ref: ${{ github.ref }}
+ ref: "${{ github.head_ref }}"
29
include:
30
- ghc-version: "9.12"
31
ref: master
0 commit comments