Skip to content

Commit

Permalink
Merge pull request #53 from NVIDIA/switch-to-main
Browse files Browse the repository at this point in the history
  • Loading branch information
tariq1890 authored Oct 7, 2024
2 parents 7f6b2a5 + fb3117b commit bcca130
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ name: Golang
on:
pull_request:
branches:
- master
- main
- release-*
push:
branches:
- master
- main
- release-*

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ on:
- opened
- synchronize
branches:
- master
- main
- release-*
push:
branches:
- master
- main
- release-*

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .nvidia-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ variables:
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: "/certs"
# Release "devel"-tagged images off the master branch
RELEASE_DEVEL_BRANCH: "master"
RELEASE_DEVEL_BRANCH: "main"
DEVEL_RELEASE_IMAGE_VERSION: "devel"
# On the multi-arch builder we don't need the qemu setup.
SKIP_QEMU_SETUP: "1"
Expand Down

0 comments on commit bcca130

Please sign in to comment.