From e405b9b13af4ce03214484aba0a6ee5185017310 Mon Sep 17 00:00:00 2001 From: tingerrr Date: Tue, 23 Jan 2024 17:05:38 +0100 Subject: [PATCH] Chore: update CI master -> main --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6c28b7a..b2d9add 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,9 +1,9 @@ name: Tests on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: tests: