Skip to content

Commit

Permalink
Update docker-publish.yaml
Browse files Browse the repository at this point in the history
Add htcondor-10 branch
  • Loading branch information
LincolnBryant authored Jul 25, 2023
1 parent ece8f72 commit 95ebcb5
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 @@ -8,11 +8,11 @@ on:
# schedule:
# - cron: '41 9 * * *'
push:
branches: [ master, gpu ]
branches: [ master, gpu, htcondor-10 ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ master, gpu ]
branches: [ master, gpu, htcondor-10 ]

env:
# Dockhub
Expand Down

0 comments on commit 95ebcb5

Please sign in to comment.