euchre-live

Euchre web-app for the socially distant family
git clone git://git.alexkarle.com/euchre-live.git
Log | Files | Refs | README | LICENSE

commit 7bc03463b1acdfd80b0fff360efe315bfd842f72 (patch)
parent afd6c612402ae3e06772c7e5e33ef1033ae455cc
Author: Alex Karle <alex@karle.co>
Date:   Tue, 26 May 2020 23:51:50 -0400

ci: Add email trigger for all builds

I like to be in the loop :)

Diffstat:
M.build.yml | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.build.yml b/.build.yml @@ -26,3 +26,7 @@ tasks: - deploy: | cd euchre-live make release +triggers: + - action: email + condition: always + to: alex@karle.co