From f4ec8a7a493ebfb1020ed9405620d2aa6718d617 Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Sun, 30 Aug 2020 16:19:35 -0800 Subject: [PATCH] Fix globs --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c483f32..b6e361e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,6 +13,7 @@ on: jobs: build: + if: github.event.base_ref == 'refs/heads/master' || github.event.base_ref == 'refs/heads/development' runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job