From a3fd843e49cd58d296bdd2431c4853569a1b900f Mon Sep 17 00:00:00 2001 From: Pascal Zimmermann Date: Wed, 23 Feb 2022 08:13:22 +0100 Subject: [PATCH] Add a PR validation action (#109) --- .github/workflows/build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1ec4d7..23270e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,12 @@ name: Action CI -on: [push] +on: + pull_request_target: + types: + - opened + branches: [master, main] + push: + branches: [master, main] jobs: