From dd71378ce71d23b504d39849ae0ca7f409c6a884 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Thu, 8 Aug 2024 16:57:54 +0200 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 95ea81d5..8ef0ded4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: Test on: push: - branches: [ "main" ] + branches: [ "master" ] pull_request: - branches: [ "main" ] + branches: [ "master" ] jobs: test: