Skip to content

Commit

Permalink
ci: add optional Electron version input to test workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Feb 5, 2025
1 parent c7c5fec commit 020c8d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
required: true
type: string
workflow_dispatch:
inputs:
electron-version:
type: string
schedule:
- cron: '0 19 * * 1-5'
push:
Expand Down

0 comments on commit 020c8d1

Please sign in to comment.