From fa10ee50b8176297950e59f75ad439b59f314565 Mon Sep 17 00:00:00 2001 From: Andrei Batomunkuev Date: Fri, 19 Nov 2021 22:09:28 -0500 Subject: [PATCH] Fixed Github Actions CI yml file --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 7931884..c72bdc0 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -2,7 +2,7 @@ name: Static Site Generator tests on: push: branches: [ master ] - pull_requests: + pull_request: branches: [ master ] jobs: build: