Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beasteers authored Oct 9, 2024
1 parent a2f766e commit 7972ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
schedule:
- cron: '41 8 * * *'
push:
branches: [ "demo-november-2023-apiurl" ]
branches: [ "demo-november-2023-apiurl", "omnimix-outputs" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "demo-november-2023-apiurl" ]
branches: [ "demo-november-2023-apiurl", "omnimix-outputs" ]

env:
# Use docker.io for Docker Hub if empty
Expand Down

0 comments on commit 7972ae0

Please sign in to comment.