We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4c9ef commit f056e3fCopy full SHA for f056e3f
.github/workflows/docker-publish.yml
@@ -4,7 +4,7 @@ on:
4
schedule:
5
- cron: '19 17 * * *' # Nightly builds capture upstream updates to dependency images such as node.
6
push:
7
- branches: [ master, '*.*.*' ]
+ branches: [ master, 'release-*.*.*' ]
8
tags: [ '*.*.*' ]
9
10
env:
0 commit comments