summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlexandre Gramfort <alexandre.gramfort@m4x.org>2020-04-21 17:40:32 +0200
committerAlexandre Gramfort <alexandre.gramfort@m4x.org>2020-04-21 17:40:32 +0200
commitf9638166521a1160838fae75e2a2e318d645460e (patch)
tree8b3f08cf68ce7c72ed1552fda1facf444fcda6da /.github
parent0b2d808aaebb1cab60a272ea7901d5f77df43a9f (diff)
rm travis
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pythonpackage.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index 19527c3..755937a 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -3,12 +3,10 @@ name: Test Package
on:
push:
branches:
- - '**'
- create:
+ - master
+ pull_request:
branches:
- - 'master'
- tags:
- - '**'
+ - master
jobs:
linux: