From 4793d260ebd90a8e5e6ca6c3452c15fbfe2850ba 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