From f0aa4fc66334f8e0bcf135e46c93f7bdb0e61a71 Mon Sep 17 00:00:00 2001 From: Andy Date: Tue, 1 Nov 2022 20:14:21 +0100 Subject: [PATCH] Move GitHub Actions to main branch (#187) --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0774e36..593b75e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -2,9 +2,9 @@ name: Tests on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] jobs: test: