Skip to content

Commit 0b2d4cc

Browse files
authored
Use main in RAPIDS_BRANCH (#1439)
Supports rollout of new branching strategy. https://docs.rapids.ai/notices/rsn0047/ xref: rapidsai/build-planning#224 Authors: - Bradley Dice (https://github.com/bdice) - Nate Rock (https://github.com/rockhowse) Approvers: - Robert Maynard (https://github.com/robertmaynard) - Nate Rock (https://github.com/rockhowse) URL: #1439
1 parent a05de3e commit 0b2d4cc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build
33
on:
44
push:
55
branches:
6-
- "branch-*"
6+
- "main"
77
tags:
88
- v[0-9][0-9].[0-9][0-9].[0-9][0-9]
99
workflow_dispatch:

RAPIDS_BRANCH

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
branch-25.12
1+
main

0 commit comments

Comments
 (0)