Skip to content

Commit

Permalink
Change github trigger type
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Mar 7, 2019
1 parent 02bcf46 commit 5c2d174
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/main.workflow
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
workflow "Python 3.7 - tox" {
on = "push"
resolves = ["Python 3.7 - tests"]
on = "pull_request"
}

action "Python 3.7 - tests" {
Expand All @@ -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" {
Expand All @@ -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" {
Expand Down

0 comments on commit 5c2d174

Please sign in to comment.