From 09e162fa215ced0cc133c96fd47401e96848b23a Mon Sep 17 00:00:00 2001 From: AaronCCWong Date: Sat, 4 Dec 2021 14:28:33 -0500 Subject: [PATCH] Fix github actions branch reference --- .github/workflows/github-actions.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 6f08ca0..5d6d660 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -2,7 +2,7 @@ name: Node.js CI on: pull_request: - branches: [ main ] + branches: [ master ] jobs: build: diff --git a/package.json b/package.json index 14135dc..bbf1524 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-card-flip", - "version": "1.1.3", + "version": "1.1.4", "description": "ReactCardFlip", "main": "./lib/ReactCardFlip.js", "types": "./lib/ReactCardFlip.d.ts",