From c2966b7de69713e35301afb168b5cb40fff5911b Mon Sep 17 00:00:00 2001 From: JoshyPHP Date: Thu, 21 Dec 2023 21:37:24 +0100 Subject: [PATCH] WiP --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1063178..e242c45 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,7 +2,7 @@ name: Tests on: push: - branches: [ master, Workarounds ] + branches: [ master, Polyfills ] pull_request: branches: [ master ]