aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-09 12:17:36 -0600
committerSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-28 11:05:42 -0600
commitb9e6918b219c67bf21429305bdf5a49e007d3156 (patch)
tree6520fd5ee8f47ae7bfb2b3aa9cebce7162120c7c /.github
parent8b817ac3f680f6a5484becfcf4fe36bc91fe4727 (diff)
Build Attorney Online artifact only when push to master
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e0972b6f..921b0d0b 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.)