Skip to content

Commit ffde1b7

Browse files
authored
Use main in RAPIDS_BRANCH (#334)
Supports rollout of new branching strategy. https://docs.rapids.ai/notices/rsn0047/ xref: rapidsai/build-planning#224 Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Jake Awe (https://github.com/AyodeAwe) URL: #334
1 parent 42d3cc1 commit ffde1b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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)