From b1f0222eb27b87f01908810bac4a96de0c15b454 Mon Sep 17 00:00:00 2001 From: grouazel Date: Thu, 28 Nov 2024 14:30:22 +0100 Subject: [PATCH] change name of default branch in CI.yaml --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6f74af4..c6766a5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] workflow_dispatch: concurrency: