From b36ca46dfc6c4f2edc7a4132c2a4dc2ba2788c40 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Mon, 12 Oct 2020 09:33:08 +0200 Subject: [PATCH] fix pull request trigger for common workflow --- .github/workflows/common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 55497800..f2ee41b1 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -1,4 +1,4 @@ -on: ['push', 'pull-request'] +on: ['push', 'pull_request'] name: Test common files and sanity checks