Skip to content

Commit 832f332

Browse files
authored
Merge pull request #2 from The-Ray-Man/action-dispatch
action dispatch on merge
2 parents 2a87d94 + 3bfd59b commit 832f332

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Publish docker image
22

33
on:
44
push:
5-
tags:
6-
- '*'
5+
branches:
6+
- main
77
workflow_dispatch:
88

99
jobs:
@@ -38,4 +38,4 @@ jobs:
3838
context: .
3939
push: true
4040
tags: ${{ steps.meta.outputs.tags }}
41-
labels: ${{ steps.meta.outputs.labels }}
41+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)