From c339e50d76863a94b393eb032880327ab6216668 Mon Sep 17 00:00:00 2001 From: Alexander Fischer Date: Tue, 16 May 2023 00:18:55 +0200 Subject: [PATCH] run CI on push to main --- .github/workflows/ci-tests.yaml | 8 +++++++- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 9789bc8..d4f6306 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -1,6 +1,12 @@ name: CI -on: [pull_request] +on: + push: + branches: + - main + pull_request: + branches: + - main jobs: test: diff --git a/pyproject.toml b/pyproject.toml index d9a3d27..5181baa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wildboottest" -version = "0.1.14" +version = "0.1.15" description = "Wild Cluster Bootstrap Inference for Linear Models in Python" authors = [ "Alexander Fischer ",