Add workflow_dispatch triggers to every workflow (#326)
Allows for easier testing.
This commit is contained in:
@@ -6,11 +6,13 @@
|
||||
name: Check dist/
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
check-dist:
|
||||
|
||||
Reference in New Issue
Block a user