Skip to content

Commit efd2f5d

Browse files
authored
Update deploy.yml
1 parent de5e234 commit efd2f5d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ on:
44
push:
55
branches:
66
- main
7-
# Review gh actions docs if you want to further define triggers, paths, etc
8-
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
7+
# Allows external webhook trigger
8+
repository_dispatch:
9+
types:
10+
- unity_ver_update
911

1012
jobs:
1113
build:

0 commit comments

Comments
 (0)