Compare commits

...

1 Commits
v0.4.6 ... main

Author SHA1 Message Date
kojix2
cd638f7ec1
Enable workflow_dispatch for test 2024-12-26 09:02:26 +09:00

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 }}