From d2744228caa738c9899a65b2828660677e7ee3cc Mon Sep 17 00:00:00 2001 From: Andy Bitz Date: Tue, 1 Nov 2022 20:12:08 +0100 Subject: [PATCH] Move GitHub Actions to main branch --- .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: