Skip to content

Commit 50d56e6

Browse files
committed
Adding CI/CD status badges
1 parent c41a987 commit 50d56e6

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Node.js CI
22

33
on:
4+
workflow_dispatch:
5+
push:
6+
branches: [ "main" ]
47
pull_request:
5-
branches: [ main ]
8+
branches: [ "main" ]
69

710
jobs:
811
build:

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Publish Packages
22

33
on:
4+
workflow_dispatch:
45
release:
56
types: [published]
67

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# postgraphile-plugin-remove-foreign-key-fields
22

3-
[![CircleCI](https://img.shields.io/circleci/build/github/jarvisuser9/postgraphile-plugin-remove-foreign-key-fields/main)](https://github.com/jarvisuser9/postgraphile-plugin-remove-foreign-key-fields)
4-
[![npm version](https://img.shields.io/npm/v/postgraphile-plugin-remove-foreign-key-fields)](https://www.npmjs.com/package/postgraphile-plugin-remove-foreign-key-fields)
3+
[![Build Status](https://img.shields.io/github/workflow/status/brooklyn-labs/postgraphile-plugin-remove-foreign-key-fields/Node.js%20CI?label=Build)](https://github.com/brooklyn-labs/postgraphile-plugin-remove-foreign-key-fields/actions/workflows/node.js.yml)
4+
[![NPM Publish Status](https://img.shields.io/github/workflow/status/brooklyn-labs/postgraphile-plugin-remove-foreign-key-fields/Publish%20Packages?label=Release)](https://github.com/brooklyn-labs/postgraphile-plugin-remove-foreign-key-fields/actions/workflows/npm-publish.yml)
5+
[![NPM Status](https://img.shields.io/npm/v/brooklyn-labs/postgraphile-plugin-remove-foreign-key-fields.svg?label=NPM)](https://github.com/www.npmjs.com/package/brooklyn-labs/postgraphile-plugin-remove-foreign-key-fields)
6+
![License](https://img.shields.io/github/license/brooklyn-labs/postgraphile-plugin-remove-foreign-key-fields?label=License)
57

68
## Motivation
79

0 commit comments

Comments
 (0)