Skip to content

Commit

Permalink
ci: Run CI on push events on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev committed Oct 8, 2024
1 parent 43b98b0 commit 81c9ec4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

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

jobs:
changes:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 81c9ec4

Please # to comment.