Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit 3b3fa26

Browse files
committed
badges
1 parent 57eb465 commit 3b3fa26

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/on-master-branch-push-pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- master
9+
workflow_dispatch:
910

1011
concurrency:
1112
group: "${{ github.ref }}-${{ github.workflow }}"

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[![LOGO][logo]][aleph-homepage]
22

33
[![Test suite][tests-badge]][tests]
4-
[![Nightly Testnet E2E tests][nightly-tests-badge]][nightly-tests]
4+
[![Nightly benches][nightly-tests-badge]][nightly-tests]
5+
56

67
# `shielder-circuits`
78

@@ -85,3 +86,7 @@ Also, they will define their configuration struct that normally contains:
8586
[logo]: logo.png
8687
[tests]: https://github.com/Cardinal-Cryptography/zkOS-circuits/actions/workflows/on-master-branch-push-pull_request.yml
8788
[tests-badge]: https://github.com/Cardinal-Cryptography/zkOS-circuits/actions/workflows/on-master-branch-push-pull_request.yml/badge.svg
89+
[nightly-tests]: https://github.com/Cardinal-Cryptography/zkOS-circuits/actions/workflows/nightly-benches.yml
90+
[nightly-tests-badge]: https://github.com/Cardinal-Cryptography/zkOS-circuits/actions/workflows/nightly-benches.yml/badge.svg
91+
92+
<!-- [![Master branch push or pull_request](https://github.com/Cardinal-Cryptography/zkOS-circuits/actions/workflows/on-master-branch-push-pull_request.yml/badge.svg)](https://github.com/Cardinal-Cryptography/zkOS-circuits/actions/workflows/on-master-branch-push-pull_request.yml) -->

0 commit comments

Comments
 (0)