Skip to content

Commit be49683

Browse files
authored
Merge pull request #278 from lythx/dev
Quickfix
2 parents 597a3c1 + 07c22d2 commit be49683

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ name: Docker
66
# documentation.
77

88
on:
9-
schedule:
10-
- cron: '19 22 1 * *'
9+
push:
10+
branches: ["main"]
11+
tags: [ 'v*.*.*' ]
1112
pull_request:
1213
branches: [ "main", "dev" ]
1314

0 commit comments

Comments
 (0)