Skip to content

Commit 9ec6741

Browse files
authored
chore: Run test workflow on PRs (#81)
1 parent bb57f6f commit 9ec6741

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Test
2-
on: [ push ]
2+
on: [push, pull_request]
33
jobs:
44
test:
55
strategy:
66
matrix:
7-
ruby: [ 3.1, 3.2 ]
7+
ruby: [3.1, 3.2]
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)