Skip to content

Commit f41c930

Browse files
authored
Update docker-publish.yml
1 parent 7972ae0 commit f41c930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
schedule:
1010
- cron: '41 8 * * *'
1111
push:
12-
branches: [ "demo-november-2023-apiurl", "omnimix-outputs" ]
12+
branches: [ "demo-november-2023-apiurl" ]
1313
# Publish semver tags as releases.
1414
tags: [ 'v*.*.*' ]
1515
pull_request:
16-
branches: [ "demo-november-2023-apiurl", "omnimix-outputs" ]
16+
branches: [ "demo-november-2023-apiurl" ]
1717

1818
env:
1919
# Use docker.io for Docker Hub if empty

0 commit comments

Comments
 (0)