From c8c5f7546c066d8ee9cba95f154e3edc2975600f Mon Sep 17 00:00:00 2001 From: Scott Graham Date: Wed, 18 Oct 2023 12:03:47 -0700 Subject: [PATCH] i dunno --- .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 263268d..0174993 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,9 +2,9 @@ name: Test Runner on: push: - branches: [ $default-branch ] + branches: [ main ] pull_request: - branches: [ $default-branch ] + branches: [ main ] jobs: tests: