File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : Node.js CI
2
2
3
3
on :
4
+ workflow_dispatch :
5
+ push :
6
+ branches : [ "main" ]
4
7
pull_request :
5
- branches : [ main ]
8
+ branches : [ " main" ]
6
9
7
10
jobs :
8
11
build :
Original file line number Diff line number Diff line change 1
1
name : Publish Packages
2
2
3
3
on :
4
+ workflow_dispatch :
4
5
release :
5
6
types : [published]
6
7
Original file line number Diff line number Diff line change 1
1
# postgraphile-plugin-remove-foreign-key-fields
2
2
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 )
5
7
6
8
## Motivation
7
9
You can’t perform that action at this time.
0 commit comments