From 33181f11d8f388369686e29b324bd81fdb4fe28f Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Sun, 30 Aug 2026 22:24:50 -0400 Subject: [PATCH] testing branch is safe now that git hook protections have been setup --- .gitea/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index 532bc2d..99104c8 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -8,7 +8,7 @@ on: - 'fix*' - 'cleanup*' - 'chore*' - pull_request_target: + pull_request: branches: - 'main'