Build Attorney Online artifact only when push to master
This commit is contained in:
parent
8b817ac3f6
commit
b9e6918b21
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -1,6 +1,9 @@
|
||||
name: build
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
env:
|
||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||
|
Loading…
Reference in New Issue
Block a user