From 063fdca1ca0bfa307b7eb0f0489f59dd7badf463 Mon Sep 17 00:00:00 2001 From: Matthew Gretton-Dann Date: Fri, 15 Mar 2024 15:31:17 +0000 Subject: [PATCH] Fix typo in pull_request workflow We cannot spell the word "branches" --- .gitea/workflows/build-and-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-test.yaml b/.gitea/workflows/build-and-test.yaml index 202254a..c46f7f9 100644 --- a/.gitea/workflows/build-and-test.yaml +++ b/.gitea/workflows/build-and-test.yaml @@ -3,7 +3,7 @@ on: push: branches: [ main ] pull_request: - breanches: [ main ] + branches: [ main ] jobs: build: