Skip to content

Commit 6937d82

Browse files
authored
Update docker.yml
1 parent f6bc004 commit 6937d82

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: Build and Push to Docker Hub
22

33
on:
4+
release:
5+
types: [published]
46
push:
5-
branches: [ main, master ]
67
tags: [ 'v*.*.*' ]
7-
pull_request:
8-
branches: [ main, master ]
98
workflow_dispatch:
109

1110
jobs:

0 commit comments

Comments
 (0)