Build Attorney Online artifact only when push to master

This commit is contained in:
Skye Deving 2021-01-09 12:17:36 -06:00
parent 8b817ac3f6
commit b9e6918b21

View File

@ -1,6 +1,9 @@
name: build name: build
on: [push] on:
push:
branches:
- master
env: env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)