We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb57f6f commit 9ec6741Copy full SHA for 9ec6741
1 file changed
.github/workflows/test.yml
@@ -1,10 +1,10 @@
1
name: Test
2
-on: [ push ]
+on: [push, pull_request]
3
jobs:
4
test:
5
strategy:
6
matrix:
7
- ruby: [ 3.1, 3.2 ]
+ ruby: [3.1, 3.2]
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v4
0 commit comments