Skip to content

Commit 56bc627

Browse files
committed
Add console.dev feature banner
1 parent 03d4923 commit 56bc627

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
branches-ignore:
55
- develop
66
- release/**
7+
paths-ignore:
8+
- '**/*.md'
79
pull_request:
810

911
jobs:

.github/workflows/snapshot_release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- develop
6+
paths-ignore:
7+
- '**/*.md'
68
repository_dispatch:
79
types:
810
- snapshot-release

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
[![Downloads per month](https://img.shields.io/npm/dm/@nut-tree/nut-js)](https://www.npmjs.com/package/@nut-tree/nut-js)
1212
[![@nut-tree/nut-js](https://snyk.io/advisor/npm-package/@nut-tree/nut-js/badge.svg)](https://snyk.io/advisor/npm-package/@nut-tree/nut-js)
1313

14+
<a href="https://console.dev" title="Visit Console - the best tools for developers"><img src="https://console.dev/img/badges/1.0/svg/console-badge-logo-dark.svg" alt="Console - Developer Tool of the Week" /></a>
15+
1416
<p align="center">
1517
Please visit
1618
</p>

0 commit comments

Comments
 (0)