Skip to content

Commit a439cc6

Browse files
committed
Update webhook to trigger on release publish
1 parent 8b6de99 commit a439cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_on_release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
name: Create and publish a Docker image
44

55
on:
6-
push:
7-
branches: ['release']
6+
release:
7+
types: ['published']
88

99
env:
1010
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)