We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5e234 commit efd2f5dCopy full SHA for efd2f5d
.github/workflows/deploy.yml
@@ -4,8 +4,10 @@ on:
4
push:
5
branches:
6
- 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
+ # Allows external webhook trigger
+ repository_dispatch:
9
+ types:
10
+ - unity_ver_update
11
12
jobs:
13
build:
0 commit comments