Skip to content

Commit 06bcdc1

Browse files
committed
fix formatting for release trigger
1 parent f3a9855 commit 06bcdc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: build and publish
22

33
on:
4-
release: [published]
4+
release:
5+
types: [published]
56
push:
67
branches: main
78
pull_request:

0 commit comments

Comments
 (0)