Skip to content

Commit f056e3f

Browse files
committed
Update docker-publish.yml
1 parent 5a4c9ef commit f056e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
schedule:
55
- cron: '19 17 * * *' # Nightly builds capture upstream updates to dependency images such as node.
66
push:
7-
branches: [ master, '*.*.*' ]
7+
branches: [ master, 'release-*.*.*' ]
88
tags: [ '*.*.*' ]
99

1010
env:

0 commit comments

Comments
 (0)