From b9e6918b219c67bf21429305bdf5a49e007d3156 Mon Sep 17 00:00:00 2001 From: Skye Deving <76892045+skyedeving@users.noreply.github.com> Date: Sat, 9 Jan 2021 12:17:36 -0600 Subject: [PATCH] Build Attorney Online artifact only when push to master --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e0972b6..921b0d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,9 @@ name: build -on: [push] +on: + push: + branches: + - master env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)