Skip to content

Commit 083dfd8

Browse files
committed
CI: re-enable on.pull_request
1 parent e20463d commit 083dfd8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.dhall.frozen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
let haskellCi =
22
https://raw.githubusercontent.com/sorki/github-actions-dhall/main/haskell-ci.dhall
3-
sha256:a39801f73d93c6e0f91942755ef8ae4c50947e9a9b180b6724957229470f7b8d
3+
sha256:5d7058a7684fd5315467b562853bd1c4a43da691c09293d3715ee739dfa26e08
44

55
let defSteps = haskellCi.defaultCabalSteps
66

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
- "macos-latest"
5858
name: Haskell CI
5959
'on':
60+
pull_request: {}
6061
push: {}
6162
schedule:
6263
- cron: "4 20 10 * *"

0 commit comments

Comments
 (0)