From a352be7165bafbbe9ea5abacf73be4a7f93d44f5 Mon Sep 17 00:00:00 2001 From: BrainFooLong Date: Wed, 14 Aug 2024 14:39:18 +0200 Subject: [PATCH] setup workflow tests --- .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 5105302..109c061 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,9 +1,9 @@ name: PHP and JS Tests on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: tests: strategy: