Skip to content

Commit

Permalink
bump version, runs GitHub actions for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
acro5piano committed Mar 31, 2021
1 parent aaa2acf commit 161cf3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: test

on: push
on:
push: {}
pull_request:
types: [created, synchronize]

jobs:
test:
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": "graphql-rest-proxy",
"version": "0.5.4",
"version": "0.5.5",
"description": "Turn your REST API into GraphQL - A Proxy Server that pipes request from GraphQL to REST with GraphQL DSL, performant nested children, mutations, input types, and more.",
"main": "dist/index.js",
"repository": "git@github.com:acro5piano/graphql-rest-proxy",
Expand Down

0 comments on commit 161cf3a

Please sign in to comment.