From 6b83cd46b890d688b10ccf6757b52307f217e2be Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 18 Mar 2026 14:40:56 +0100 Subject: [PATCH] chore: only run the CI on `main` and PRs --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82ba500c..d61108f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,8 @@ name: CI on: push: - branches-ignore: - - dependabot/** + branches: + - main paths: - package*.json - '**/*.md'