From 174b920fdbe2397c831a5cb64c3f90fb4831e71f Mon Sep 17 00:00:00 2001 From: Benjamin Petetot Date: Wed, 13 Nov 2019 16:30:19 +0100 Subject: [PATCH] :wrench: activate GitHub ci to pull request --- .github/workflows/test-and-lint.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-and-lint.yml b/.github/workflows/test-and-lint.yml index e484891..8f26aa1 100644 --- a/.github/workflows/test-and-lint.yml +++ b/.github/workflows/test-and-lint.yml @@ -1,6 +1,10 @@ name: Test and lint -on: [push] +on: + pull_request: + push: + branches: + - master jobs: build: