Skip to content

Commit

Permalink
fix the workflow to test code
Browse files Browse the repository at this point in the history
  • Loading branch information
Knerio committed Aug 18, 2024
1 parent 0b96f20 commit 479f532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Ruby
on:
push:
branches:
- master
- main

pull_request:

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

0 comments on commit 479f532

Please sign in to comment.