Skip to content

Commit 925edf6

Browse files
authored
fix(build): build package on merge to release/* branch (#185)
## Description We should be building packages when commits are merged into the `release/` branches, otherwise projects can get stuck waiting for nightlies. Additionally, some packages like `rapids-dask-dependency` don't get built in the nightly runs. xref: rapidsai/build-planning#224
1 parent b2c842e commit 925edf6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- "main"
7+
- "release/*"
78
tags:
89
- v[0-9][0-9].[0-9][0-9].[0-9][0-9]
910
workflow_dispatch:

0 commit comments

Comments
 (0)