From 82cc866ae6d893d8ffcc5285c15811b57b23e1e8 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Wed, 18 Oct 2023 20:55:23 +0200 Subject: [PATCH] ci: use main branch --- .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 e10ebeb..5d03439 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: main: