add option for manually running workflow (#2588)
This commit is contained in:
parent
b572914b6a
commit
acf839d2de
|
@ -3,6 +3,7 @@ name: Generate Interactive Pinouts
|
|||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
workflow_dispatch
|
||||
|
||||
jobs:
|
||||
generate:
|
||||
|
|
Loading…
Reference in New Issue