From cb59d2586c34263d972ae53e99679d16e2ee7e31 Mon Sep 17 00:00:00 2001 From: Jeroen Baten Date: Tue, 24 Sep 2024 09:52:41 +0200 Subject: [PATCH] Update ubuntu-20.04.yml Change because of rename of "master" branch to "main". Had to be done. --- .github/workflows/ubuntu-20.04.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu-20.04.yml b/.github/workflows/ubuntu-20.04.yml index b2a782842..38de9ca41 100644 --- a/.github/workflows/ubuntu-20.04.yml +++ b/.github/workflows/ubuntu-20.04.yml @@ -5,9 +5,9 @@ name: Ubuntu 20.04 (Focal Fossa) on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] jobs: build: