Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 1c4c239

Browse files
committed
Prep to rename default branch to main
1 parent 883bd9f commit 1c4c239

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-conda-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build conda docker images
33
on:
44
push:
55
branches:
6-
master
6+
main
77
paths:
88
- conda/Dockerfile
99
- 'common/*'

.github/workflows/build-libtorch-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build libtorch docker images
33
on:
44
push:
55
branches:
6-
master
6+
main
77
paths:
88
- libtorch/Dockerfile
99
- 'common/*'

.github/workflows/build-llvm-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build llvm docker images
33
on:
44
push:
55
branches:
6-
master
6+
main
77
paths:
88
- llvm/*
99
- .github/workflows/build-llvm-images.yml

.github/workflows/build-magma-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build MAGMA for Windows
33
on:
44
push:
55
branches:
6-
master
6+
main
77
paths:
88
- windows/internal/build_magma.bat
99
pull_request:

.github/workflows/build-manywheel-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build manywheel docker images
33
on:
44
push:
55
branches:
6-
master
6+
main
77
paths:
88
- .github/workflows/build-manywheel-images.yml
99
- manywheel/Dockerfile

0 commit comments

Comments
 (0)