Skip to content

Commit

Permalink
Update .github/workflows/maunal-build.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Garrison <[email protected]>
  • Loading branch information
BrianWhitneyAI and pgarrison authored Feb 4, 2025
1 parent c38f432 commit 3f3755b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/maunal-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: manual-build
on:
workflow_dispatch:
inputs:
branch:
description: "Branch to build"
required: true
default: "main"
os:
description: "Operating System"
required: true
Expand All @@ -23,8 +19,6 @@ name: manual-build
steps:
- name: Check out Git repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.branch }}

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 3f3755b

Please sign in to comment.