From 4a397ac64685230d03cca8822fc508f0d73e02ae Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 12 Jul 2022 16:06:05 +0200 Subject: Github Actions: Renamed branch 'master' to 'main'. Signed-off-by: Toni Uhlig --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/build.yml') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 79e82ab5a..30ac755dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,10 +2,10 @@ name: Build on: push: branches: - - master + - main pull_request: branches: - - master + - main types: [opened, synchronize, reopened] release: types: [created] -- cgit v1.2.3