Add workflow_dispatch triggers to every workflow (#326)
Allows for easier testing.
This commit is contained in:
@@ -3,10 +3,10 @@ name: Release Drafter
|
||||
|
||||
# yamllint disable-line rule:truthy
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
update_release_draft:
|
||||
|
||||
Reference in New Issue
Block a user