Skip to content

Commit 7b5ccb3

Browse files
Merge pull request #15 from cristian-recoseanu/add-badges
Add badges
2 parents e382730 + 83463e5 commit 7b5ccb3

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.github/workflows/api_testing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: API Testing
2+
23
on:
4+
push:
5+
branches: [ "main" ]
36
pull_request:
47
branches: [ "main" ]
58

.github/workflows/build_checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build Checks
22

33
on:
4+
push:
5+
branches: [ "main" ]
46
pull_request:
57
branches: [ "main" ]
68

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# nmos-control-serpenty-device
22

3+
[![Build Checks](https://github.com/cristian-recoseanu/nmos-control-serpenty-device/actions/workflows/build_checks.yml/badge.svg)](https://github.com/cristian-recoseanu/nmos-control-serpenty-device/actions/workflows/build_checks.yml)
4+
[![API Testing](https://github.com/cristian-recoseanu/nmos-control-serpenty-device/actions/workflows/api_testing.yml/badge.svg)](https://github.com/cristian-recoseanu/nmos-control-serpenty-device/actions/workflows/api_testing.yml)
5+
36
An example NMOS Device implementing [IS-12](https://specs.amwa.tv/is-12/).
47

58
## Get started

0 commit comments

Comments
 (0)