diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf65fe33a..1bd32319c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ name: CI -on: [pull_request] +on: + pull_request: + push: + branches: + - main jobs: changes: diff --git a/README.md b/README.md index c8d4d2700..508956d00 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # skore -![ci](https://github.com/probabl-ai/skore/actions/workflows/ci.yml/badge.svg) +![ci](https://github.com/probabl-ai/skore/actions/workflows/ci.yml/badge.svg?event=push) ![python](https://img.shields.io/badge/python-3.11%20|%203.12-blue?style=flat&logo=python) ## Installation