Skip to content

Commit 45d0f63

Browse files
committed
ci: remove pull_request trigger from ci workflow
feat: bump version to 0.5.1 BREAKING CHANGE: ci workflow will no longer run on pull requests
1 parent 557e23a commit 45d0f63

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
pull_request:
7-
branches:
8-
- main
96
merge_group:
107
types:
118
- checks_requested

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-input-code-otp",
3-
"version": "0.4.0",
3+
"version": "0.5.1",
44
"description": "react-native-input-code-otp is a high-performance and fully customizable OTP input component for React Native, inspired by @shadcn/ui.",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)