summaryrefslogtreecommitdiff
path: root/.github/workflows/pythonpackage.yml
diff options
context:
space:
mode:
authorAlexandre Gramfort <alexandre.gramfort@m4x.org>2020-04-21 11:23:34 +0200
committerAlexandre Gramfort <alexandre.gramfort@m4x.org>2020-04-21 11:23:34 +0200
commitd3ebb36fc4a3614c5640d731ea793c0afd400e4e (patch)
tree5a0bbca5e3e8d5ca77d60f7356d35be579ec082f /.github/workflows/pythonpackage.yml
parentf48d51579d843f12a73f29d44374bb63e627238d (diff)
run gh actions all the time
Diffstat (limited to '.github/workflows/pythonpackage.yml')
-rw-r--r--.github/workflows/pythonpackage.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index cb3baf8..d728edd 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -1,6 +1,14 @@
name: Test Package
-on: [push]
+on:
+ push:
+ branches:
+ - '**'
+ create:
+ branches:
+ - 'master'
+ tags:
+ - '**'
jobs:
build: