From 113cc4160566cc0d8b860ee3f8eed77b6fe3d9f7 Mon Sep 17 00:00:00 2001 From: Swaroop C H Date: Sat, 7 Nov 2020 12:34:37 -0800 Subject: [PATCH] Build only on merge to master branch --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cd03037d..34cbbdbe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,7 +1,10 @@ # https://help.github.com/en/actions/automating-your-workflow-with-github-actions name: CI -on: [push] +on: + push: + branches: + - master jobs: build: