Skip to content

Commit

Permalink
chg: 🚧 change github actions trigger to run deploy-beta workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Despprie committed Jul 27, 2023
1 parent e300853 commit 151c25c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-beta.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Deploy to npm as beta

on:
workflow_dispatch:
push:
branches: [refactoring]

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-mindee-js",
"version": "1.3.9",
"version": "1.3.10",
"description": "Front-End Computer Vision SDK for React",
"author": "@mindee",
"license": "MIT",
Expand Down

0 comments on commit 151c25c

Please sign in to comment.