damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 4830a6f3b7693076abf3d818c7d5581bb8cf342e
parent 9879c78e414fe34392979b95ceb64d1c516b5f7c
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 14 Jul 2023 09:34:00 -0700

Run actions on pushes to the ci branch

Diffstat:
M.github/workflows/run-tests.yaml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml @@ -5,6 +5,7 @@ on: push: branches: - "master" + - "ci" pull_request: branches: - "*"