Skip to content

Commit 9f937e1

Browse files
committed
readme
1 parent 186feff commit 9f937e1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: CI
33
on:
44
push:
55
branches: [ main ]
6+
paths-ignore:
7+
- '**.md'
68
pull_request:
79
branches: [ main ]
810
schedule:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![GitHub](https://img.shields.io/badge/github-nyurik/action--setup--postgis-8da0cb?logo=github)](https://github.com/nyurik/action-setup-postgis)
44
[![CI build](https://github.com/nyurik/action-setup-postgis/actions/workflows/ci.yml/badge.svg)](https://github.com/nyurik/action-setup-postgis/actions)
5-
[![Marketplace](https://img.shields.io/badge/market-action--setup--postgis-6F42C1?logo=github)](https://github.com/marketplace/actions/setup-postgis-service-for-linux-macos-windows)
5+
[![Marketplace](https://img.shields.io/badge/market-setup--postgis-6F42C1?logo=github)](https://github.com/marketplace/actions/setup-postgis-service-for-linux-macos-windows)
66

77
This GitHub action sets up a PostgreSQL server with PostGIS extension. The code is based on
88
the [ikalnytskyi/action-setup-postgres](https://github.com/ikalnytskyi/action-setup-postgres) action.

0 commit comments

Comments
 (0)