nostrdb-rs

nostrdb in rust!
git clone git://jb55.com/nostrdb-rs
Log | Files | Refs | Submodules | README | LICENSE

commit 9a1ad407ae7256cc815a946f533b612c18aa7de6
parent c946dcf34ad6970decdc318c8e3b54354f76aaf0
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 28 Nov 2024 10:33:39 -0800

ci: also run ci on pushes to master

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
M.github/workflows/rust.yml | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml @@ -1,6 +1,13 @@ name: Rust -on: [pull_request] +on: + push: + branches: + - master + - ci + pull_request: + branches: + - "*" env: CARGO_TERM_COLOR: always