From d3ebb36fc4a3614c5640d731ea793c0afd400e4e Mon Sep 17 00:00:00 2001 From: Alexandre Gramfort Date: Tue, 21 Apr 2020 11:23:34 +0200 Subject: run gh actions all the time --- .github/workflows/main.yml | 11 ++++++++++- .github/workflows/pythonpackage.yml | 10 +++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) (limited to '.github') 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: -- cgit v1.2.3