Skip to content

Commit e92038c

Browse files
author
Manpreet Singh
committed
Run CI only on push and add some badges
1 parent ca18d21 commit e92038c

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
66
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
77

8-
name: Java CI with Gradle
8+
name: Build and test
99

1010
on:
1111
push:
1212
branches: [ "**" ]
13-
pull_request:
14-
branches: [ "**" ]
1513

1614
permissions:
1715
contents: read

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11
# test-telemetry-generator
2+
3+
![GitHub all releases](https://img.shields.io/github/downloads/cisco-open/test-telemetry-generator/total)
4+
![GitHub](https://img.shields.io/github/license/cisco-open/test-telemetry-generator)
5+
6+
[![Java CI with Gradle](https://github.com/cisco-open/test-telemetry-generator/actions/workflows/gradle.yml/badge.svg)](https://github.com/cisco-open/test-telemetry-generator/actions/workflows/gradle.yml)
7+
![GitHub last commit](https://img.shields.io/github/last-commit/cisco-open/test-telemetry-generator)
8+
![Open Issues](https://img.shields.io/github/issues/cisco-open/test-telemetry-generator)
9+
![Open PRs](https://img.shields.io//github/issues-pr/cisco-open/test-telemetry-generator)
10+
11+
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/cisco-open/test-telemetry-generator)
12+
<!--- Add more tags -->
13+

0 commit comments

Comments
 (0)