cetirizine

An experimental matrix client written in reactjs utilizing tailwind and storybook
git clone git://archive.git.mtrnord.blog/MTRNord/cetirizine.git
Log | Files | Refs | README | LICENSE

commit c319b1811935483f03fd84d36d371522b4134fe0
parent 3d00fac499dd122eef5aedfcf286144975101bf9
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 10 May 2023 17:21:15 +0200

CI blurb

Diffstat:
M.github/workflows/deploy.yaml | 1+
M.github/workflows/percy.yaml | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml @@ -1,6 +1,7 @@ name: Build and Publish to GitHub Pages on: + workflow_dispatch: push: branches: - "main" diff --git a/.github/workflows/percy.yaml b/.github/workflows/percy.yaml @@ -1,4 +1,5 @@ on: + workflow_dispatch: push: branches: - main