From dbb02ab6a225f00ba9b9271e5608544e2e090a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magn=C3=BAs?= Date: Fri, 18 Sep 2020 01:11:03 -0700 Subject: [PATCH] README typo fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 421dddb..74f8009 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ jobs: ### Only upload when open PRs fail ```yml -on: [pupull_requestsh] +on: [pull_request] jobs: test-and-upload-results-on-fail: