diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-09 12:17:36 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | b9e6918b219c67bf21429305bdf5a49e007d3156 (patch) | |
| tree | 6520fd5ee8f47ae7bfb2b3aa9cebce7162120c7c | |
| parent | 8b817ac3f680f6a5484becfcf4fe36bc91fe4727 (diff) | |
Build Attorney Online artifact only when push to master
| -rw-r--r-- | .github/workflows/build.yml | 5 |
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.) |
