From 56b1e16de6686635bc05ee878b2f5d0c06371e5e Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Sat, 27 May 2023 17:33:38 +0200 Subject: [PATCH] ci: use correct branch --- .github/workflows/static-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static-checks.yml b/.github/workflows/static-checks.yml index c29d787..4f0e108 100644 --- a/.github/workflows/static-checks.yml +++ b/.github/workflows/static-checks.yml @@ -8,9 +8,9 @@ name: Static Checks on: push: - branches: [ "main" ] + branches: [ "master" ] pull_request: - branches: [ "main" ] + branches: [ "master" ] jobs: build: