Skip to content

Commit 3e337a6

Browse files
authored
Workflow status badge
Added workflow status badge
1 parent 7c9137c commit 3e337a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# See the License for the specific language governing permissions and
1010
# limitations under the License.
1111

12-
name: helib
12+
name: Build and Test
1313
on:
1414
# By default this will run when the activity type is "opened", "synchronize",
1515
# or "reopened".

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
HElib
22
=====
33

4-
[![helib](https://github.com/homenc/HElib/actions/workflows/github-ci.yml/badge.svg?event=workflow_run)](https://github.com/homenc/HElib/actions/workflows/github-ci.yml)
4+
[![Build and Test](https://github.com/homenc/HElib/actions/workflows/github-ci.yml/badge.svg)](https://github.com/homenc/HElib/actions/workflows/github-ci.yml)
55

66
HElib is an open-source ([Apache License v2.0][5]) software library that
77
implements [homomorphic encryption][6] (HE). Currently available schemes are the

0 commit comments

Comments
 (0)