Skip to content

Commit

Permalink
Enable manual run
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudabdalkarim committed Nov 17, 2024
1 parent 6c540e4 commit d8196c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workflows/generate-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- release
workflow_dispatch: # Enables manual trigger

jobs:
generate-bundle:
Expand All @@ -18,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 16 # Use the Node.js version compatible with your React Native app

# Step 3: Install dependencies
- name: Install dependencies
Expand Down

0 comments on commit d8196c3

Please sign in to comment.