summaryrefslogtreecommitdiff
path: root/.github
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
parentf48d51579d843f12a73f29d44374bb63e627238d (diff)
run gh actions all the time
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml11
-rw-r--r--.github/workflows/pythonpackage.yml10
2 files changed, 19 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6b52555..46f278a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,4 +1,13 @@
-on: [status]
+on:
+ push:
+ branches:
+ - '**'
+ create:
+ branches:
+ - 'master'
+ tags:
+ - '**'
+
jobs:
circleci_artifacts_redirector_job:
runs-on: ubuntu-latest
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: