Skip to content

Commit

Permalink
chore: Run test workflow on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Varpuspaavi committed May 21, 2024
1 parent bb57f6f commit f08cb5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Test
on: [ push ]
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
ruby: [ 3.1, 3.2 ]
ruby: [3.1, 3.2]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f08cb5a

Please sign in to comment.