Skip to content

Commit

Permalink
Fix github actions branch reference
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCCWong committed Dec 4, 2021
1 parent afe5f74 commit 09e162f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Node.js CI

on:
pull_request:
branches: [ main ]
branches: [ master ]

jobs:
build:
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": "react-card-flip",
"version": "1.1.3",
"version": "1.1.4",
"description": "ReactCardFlip",
"main": "./lib/ReactCardFlip.js",
"types": "./lib/ReactCardFlip.d.ts",
Expand Down

0 comments on commit 09e162f

Please sign in to comment.