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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
workflow_dispatch
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
generate:
|
generate:
|
||||||
|
|
Loading…
Reference in New Issue