Skip to content

Commit f3a9855

Browse files
committed
only run the workflow for published release
1 parent ca2b11f commit f3a9855

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
@@ -1,7 +1,7 @@
11
name: build and publish
22

33
on:
4-
release:
4+
release: [published]
55
push:
66
branches: main
77
pull_request:

0 commit comments

Comments
 (0)