You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2020/08/20 15:54:33 UTC

[incubator-ponymail] branch master updated: Try to enable trigger button

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git


The following commit(s) were added to refs/heads/master by this push:
     new 2e0daec  Try to enable trigger button
2e0daec is described below

commit 2e0daecf7949c651201dc13e51d73a83488cfd6c
Author: Sebb <se...@apache.org>
AuthorDate: Thu Aug 20 16:54:26 2020 +0100

    Try to enable trigger button
---
 .github/workflows/pythonpackage.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index 50b751f..53665a3 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -2,7 +2,7 @@ name: Python package
 
 #on: [push,repository_dispatch]
 # Only manual trigger for now
-on: repository_dispatch
+on: workflow_dispatch
 
 jobs:
   build: