Skip to content

Commit

Permalink
run CI on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
s3alfisc committed May 15, 2023
1 parent 8d1ab4b commit c339e50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: CI

on: [pull_request]
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit c339e50

Please sign in to comment.