Skip to content

feat: new Ruby gem release workflow #79

feat: new Ruby gem release workflow

feat: new Ruby gem release workflow #79

Workflow file for this run

name: Ruby CI
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
jobs:
test:
uses: ./.github/workflows/ruby-test-reusable.yml
with:
os: '["ubuntu-latest"]'