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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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