Skip to content

Commit 395327c

Browse files
committed
dont create images from deploy
1 parent b22cebd commit 395327c

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", "deploy" ]
12+
branches: [ "main" ]
1313
# Publish semver tags as releases.
1414
tags: [ 'v*.*.*' ]
1515
pull_request:

0 commit comments

Comments
 (0)