From 2937dce370ac8508c47d9027c024ebad9a1a849a Mon Sep 17 00:00:00 2001 From: Matthias Leutenegger Date: Thu, 12 Nov 2020 22:04:08 +0100 Subject: [PATCH] run tests also on prs --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bc52188..7a6449a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,9 @@ on: - templates/** - vars/** - .github/** + pull_request: + branches: + - master jobs: lint: