From 4cb07b70a2a8c33603b187c9c4eff495604f311c Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Fri, 9 Feb 2024 14:31:53 +0100 Subject: [PATCH] Renamed master -> main (#10) --- .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 3145ed69..20c1fda7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: C/C++ CI on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] jobs: linux_ubuntu_22_04: