Skip to content

Commit f108f80

Browse files
committed
temporarily create images from deploy branch
1 parent a7e2da1 commit f108f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
schedule:
1010
- cron: '44 15 * * *'
1111
push:
12-
branches: [ "main" ]
12+
branches: [ "main", "deploy" ]
1313
# Publish semver tags as releases.
1414
tags: [ 'v*.*.*' ]
1515
pull_request:

0 commit comments

Comments
 (0)