Skip to content

Commit

Permalink
Added manual workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
parthrdesai committed Feb 6, 2025
1 parent e06af2c commit e9fd019
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ name: Demo Binary Check

# Configure when to run the workflows.
on:
release:
types:
- created
workflow_dispatch: # Add this trigger to allow manual runs

workflow_dispatch

jobs:
release:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit e9fd019

Please sign in to comment.