We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e2da1 commit f108f80Copy full SHA for f108f80
.github/workflows/docker-publish.yml
@@ -9,7 +9,7 @@ on:
9
schedule:
10
- cron: '44 15 * * *'
11
push:
12
- branches: [ "main" ]
+ branches: [ "main", "deploy" ]
13
# Publish semver tags as releases.
14
tags: [ 'v*.*.*' ]
15
pull_request:
0 commit comments