Skip to content

Commit

Permalink
Update docker-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Jul 18, 2024
1 parent 9c2a5ab commit b30eee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and upload Docker
on:
push:
branches:
- main
- Cuda12-2-upgrade
tags:
- v*
schedule:
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
if: github.event_name == 'schedule'
with:
ref: main
ref: Cuda12-2-upgrade

- uses: actions/checkout@v2
if: github.event_name != 'schedule'
Expand Down

0 comments on commit b30eee4

Please sign in to comment.