Skip to content

Commit 74386aa

Browse files
committed
Downstreamify
1 parent 96cd816 commit 74386aa

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ name: Build and release
22

33
on:
44
push:
5+
branches:
6+
- master
57
tags:
68
- 'v*'
79
- 'cabal-install-*'
810
pull_request:
9-
types: [opened, synchronize, reopened, labeled]
1011
branches:
1112
- master
1213
schedule:

.github/workflows/reusable-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88
type: string
99
ghc:
1010
type: string
11-
default: 9.10.2
11+
default: 9.6.7
1212
# speed up installation by skipping docs
1313
# starting with GHC 9.10.x, we also need to pass the 'install_extra' target
1414
ghc_targets:
1515
type: string
16-
default: "install_bin install_lib update_package_db install_extra"
16+
default: "install_bin install_lib update_package_db"
1717
cabal:
1818
type: string
1919
default: 3.14.2.0

0 commit comments

Comments
 (0)