From 5e3729bb58cb686609375492244ed9b18befd492 Mon Sep 17 00:00:00 2001 From: Billy Olsen Date: Fri, 4 Jun 2021 19:10:10 -0700 Subject: [PATCH] Github actions on pull requests Make sure to do github action runs on pull requests Signed-off-by: Billy Olsen --- .github/workflows/build.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 638f7df88..42903c033 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,12 @@ -name: Java +name: Build -on: [push] +on: + push: + branches: + - unstable + pull_request: + branches: + - unstable jobs: build: