Skip to content

Commit 5da6c4f

Browse files
committed
Added custom webhook
1 parent 060eb90 commit 5da6c4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
8+
repository_dispatch:
9+
types: [predig_update] # Listen for custom event
810
# Allow manual trigger
911
workflow_dispatch:
1012

0 commit comments

Comments
 (0)