Skip to content

Commit f4daff2

Browse files
committed
Run "Unit Tests" Github Actions on PR and pushes for master branch
1 parent 7e77208 commit f4daff2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/unittest.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: Unit Tests
22

33
on:
4+
push:
5+
branches:
6+
- master
47
pull_request:
8+
branches:
9+
- master
510

611
permissions:
712
contents: read
@@ -12,7 +17,7 @@ jobs:
1217
runs-on: ubuntu-latest
1318
strategy:
1419
matrix:
15-
ruby-version: ['3.2', '3.1', '3.0', '2.7', '2.6']
20+
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
1621

1722
steps:
1823
- name: Checkout

0 commit comments

Comments
 (0)