From 38b41a857e16662a6f1107f5e328db2a653dd59f Mon Sep 17 00:00:00 2001 From: Pascal Duez Date: Wed, 4 Sep 2024 18:02:45 +0200 Subject: [PATCH] Update default branch for CI --- .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 d20bece..4430444 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] concurrency: group: ${{ github.ref }}