Skip to content

Commit

Permalink
[CI] Fix #7
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Jan 30, 2025
1 parent dbadcfd commit f3413c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_rapids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
bash containers/update_rapids.sh
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
with:
add-paths: |
ops/docker
Expand Down

0 comments on commit f3413c9

Please sign in to comment.