Skip to content

Update workflows

Update workflows #5

Workflow file for this run

name: Build gem
on:
push:
pull_request:
branches:
- main
jobs:
build:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0.0'
- name: Gem build
run: gem build easycache.gemspec