From 81c9ec485cf2002e97df8f44aa53edeff6483bf6 Mon Sep 17 00:00:00 2001 From: Thomas S Date: Tue, 8 Oct 2024 11:55:05 +0200 Subject: [PATCH] ci: Run CI on push events on main branch --- .github/workflows/ci.yml | 6 +++++- README.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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