ci: test can be workflow dispatched

This commit is contained in:
Mitchell Hashimoto
2024-09-11 10:59:09 -07:00
parent 050602a117
commit 46dd8fa5c7

View File

@ -1,5 +1,10 @@
on: [push, pull_request] on:
push: {}
pull_request: {}
workflow_dispatch: {}
name: Test name: Test
jobs: jobs:
build: build:
strategy: strategy: