From 2d4c9d38ef126291d2625a3bd5d1320401dc3164 Mon Sep 17 00:00:00 2001 From: Luke Craig Date: Wed, 18 Oct 2023 12:09:14 -0400 Subject: [PATCH] fix typo --- .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 16acae5..8c670cd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,7 +1,7 @@ name: Check that the code compiles on: - pull_requests: + pull_request: branches: - master