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 10a9fb5 commit 5131295Copy full SHA for 5131295
.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.sha }}"
+ ref: ["${{ github.head_ref }}"]
29
include:
30
- ghc-version: "9.12"
31
ref: master
0 commit comments