Skip to content

Commit

Permalink
ci: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
initdc committed Jul 3, 2024
1 parent 4d0e470 commit 775d8ac
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
name: Ruby

on:
workflow_dispatch:
push:
branches:
- main
- master
- dev


pull_request:

concurrency:
group: ${{ github.sha }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '3.2.2'
- '2.7.0'
- '3.0.0'

steps:
- uses: actions/checkout@v3
Expand All @@ -24,4 +32,4 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake
run: bundle exec rake

0 comments on commit 775d8ac

Please sign in to comment.