From af90927870c0c887e94a38552891865a0102bd6f Mon Sep 17 00:00:00 2001 From: Kim Burgestrand Date: Tue, 15 Oct 2024 10:56:28 +0200 Subject: [PATCH] Main branch is master --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2cfb144..0e7f431 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,9 +2,9 @@ name: Main on: push: - branches: [main] + branches: [master] pull_request: - branches: [main] + branches: [master] jobs: test: