From 5c2d174d5ffe3d99b7067bb8d119b9924025fbb2 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 7 Mar 2019 15:25:27 +0100 Subject: [PATCH] Change github trigger type --- .github/main.workflow | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index 02ba24aeded..05a73485d7b 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,6 +1,6 @@ workflow "Python 3.7 - tox" { - on = "push" resolves = ["Python 3.7 - tests"] + on = "pull_request" } action "Python 3.7 - tests" { @@ -9,8 +9,8 @@ action "Python 3.7 - tests" { } workflow "Python 3.6 - tox" { - on = "push" resolves = ["Python 3.6 - tests"] + on = "pull_request" } action "Python 3.6 - tests" { @@ -19,8 +19,8 @@ action "Python 3.6 - tests" { } workflow "Python 3.5 - tox" { - on = "push" resolves = ["Pyton 3.5 - typing"] + on = "pull_request" } action "Python 3.5 - tests" {