daydream

A small matrix web client written in rust
git clone git://archive.git.mtrnord.blog/daydream-mx/daydream.git
Log | Files | Refs | README | LICENSE

commit 32f6338606a87e08213697d6e89cddc5539a0017
parent b5ecfeb6a745916973ab3a7aa0d6684e3da79b42
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 21 Aug 2020 20:40:09 +0200

refactoring: Disable netlify deploy on master

Diffstat:
M.github/workflows/deploy.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Deploy to Netlify on: push: - branches: [master] + branches: [none] jobs: deploy: