Skip to content

Commit

Permalink
docs: add badges in README
Browse files Browse the repository at this point in the history
ci: skip pipelines when docs is updated
  • Loading branch information
Amraneze committed Jun 28, 2023
1 parent 3781eaf commit 78c2f04
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths-ignore:
- '**.md'

jobs:
github:
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ name: "Security"

on:
push:
branches: [ main ]
branches:
- main
paths-ignore:
- '**.md'
pull_request:
branches: [ main ]
branches:
- main
paths-ignore:
- '**.md'

jobs:
analyze:
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[![npm version](https://badge.fury.io/js/%40amraneze%2Fosm-autocomplete.svg)](https://badge.fury.io/js/%40amraneze%2Fosm-autocomplete)
![npm version](https://img.shields.io/npm/v/%40amraneze%2Fosm-autocomplete)
![npm](https://img.shields.io/npm/dw/%40amraneze%2Fosm-autocomplete)
![npm bundle size](https://img.shields.io/bundlephobia/min/%40amraneze%2Fosm-autocomplete)
![npm bundle size](https://img.shields.io/bundlephobia/minzip/%40amraneze%2Fosm-autocomplete)
![GitHub release (release name instead of tag name)](https://img.shields.io/github/v/release/amraneze/osm-autocomplete)
[![build](https://github.com/Amraneze/osm-autocomplete/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/Amraneze/osm-autocomplete/actions/workflows/build.yml)

# React Autocomplete using OpenStreetMap

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amraneze/osm-autocomplete",
"version": "0.0.6",
"version": "0.0.7-beta",
"description": "OpenStreetMap Autocomplete",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 78c2f04

Please sign in to comment.