From 9343123f56596bc8cab76375dba4656ed1c38ba2 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 8 Jun 2020 02:06:38 +0100 Subject: [PATCH] Run Github Actions on pull requests (#424) --- .github/workflows/scala.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 9d2eeda..f82c12d 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -1,6 +1,10 @@ name: Scala CI -on: [push] +on: + push: + branches: '*' + pull_request: + branches: '*' jobs: build: