Enable workflow_dispatch for test

This commit is contained in:
kojix2
2024-12-26 09:02:26 +09:00
committed by GitHub
parent 9aabd4a877
commit cd638f7ec1

View File

@@ -1,5 +1,5 @@
name: test
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
jobs:
build:
name: ${{ matrix.os }} Ruby ${{ matrix.ruby }}