From 2308cf0797cda5268f698ddc5bc46a05f25381a3 Mon Sep 17 00:00:00 2001 From: Javier Gonzalez Date: Mon, 10 Feb 2020 13:29:40 -0500 Subject: [PATCH] added repository_dispatch as one of the possibilities for triggering build. This is a test that needs to be in master. --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a2d3ac5..1bd7b3a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,6 +6,9 @@ on: release: types: - created + repository_dispatch: + types: + - conda-build jobs: build-linux: