Skip to content

Commit 63aeb1f

Browse files
committed
[CI] Fix #7
1 parent dbadcfd commit 63aeb1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_rapids.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
bash containers/update_rapids.sh
3434
- name: Create Pull Request
3535
uses: peter-evans/create-pull-request@v7
36-
if: github.ref == 'refs/heads/master'
36+
if: github.ref == 'refs/heads/main'
3737
with:
3838
add-paths: |
3939
ops/docker
4040
branch: create-pull-request/update-rapids
41-
base: master
41+
base: main
4242
title: "[CI] Update RAPIDS to latest stable"
4343
commit-message: "[CI] Update RAPIDS to latest stable"

0 commit comments

Comments
 (0)