From 272afd77c94149c3ed0449436c82ffee25dee82e Mon Sep 17 00:00:00 2001 From: guanqin-123 <65882283+guanqin-123@users.noreply.github.com> Date: Tue, 22 Feb 2022 13:59:41 +1100 Subject: [PATCH] Update svf-example-build.yml --- .github/workflows/svf-example-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/svf-example-build.yml b/.github/workflows/svf-example-build.yml index 1869294..f5067aa 100644 --- a/.github/workflows/svf-example-build.yml +++ b/.github/workflows/svf-example-build.yml @@ -1,7 +1,8 @@ name: svf-example # Triggers the workflow on push or pull request events -on: [push, pull_request] +on: + [ push, pull_request, repository_dispatch] jobs: build: