From 5a41fc6a7febf0f0dbccae5323fa584273ce1b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Fri, 24 Mar 2023 10:31:21 +0100 Subject: [PATCH] chore: run CI on main --- .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 b5ce8713..0ea71886 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,9 @@ name: "CI" on: pull_request: + branches: [main] push: - branches: - - master + branches: [main] jobs: Test: