Skip to content

Commit c1a1f54

Browse files
committed
Actually publish on tag rather than publish events
1 parent 8c9f2ea commit c1a1f54

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Publish
22
on:
33
pull_request:
4-
release:
5-
types: [published]
4+
push:
5+
tags:
6+
- '*'
67

78
jobs:
89
publish_to_dockerhub:

0 commit comments

Comments
 (0)