From 183c9045c8e4ae24a3416dbbbbaa8e1022788d6c Mon Sep 17 00:00:00 2001 From: Sammyjo20 <29132017+Sammyjo20@users.noreply.github.com> Date: Wed, 13 Mar 2024 23:30:11 +0000 Subject: [PATCH] Bring back string --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 98131bd..4f55514 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,11 +3,11 @@ name: tests on: push: branches: - - v1 - - v2 + - 'v1' + - 'v2' pull_request: branches: - - * + - '*' permissions: contents: read