Skip to content

Commit 5363c3f

Browse files
committed
CI: Update workflow
1 parent 2724c3f commit 5363c3f

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,26 @@
11
name: CI
22

33
on:
4-
- push
5-
- pull_request
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
types:
9+
- opened
10+
- synchronize
11+
- reopened
612

713
jobs:
814
test:
915
name: Test
10-
runs-on: ${{ matrix.os }}
16+
runs-on: ${{ matrix.os }} ${{ matrix.ruby }}
1117

1218
strategy:
1319
fail-fast: false
1420
matrix:
1521
os:
16-
- ubuntu-latest
22+
- ubuntu-20.04
23+
- ubuntu-18.04
1724
- ubuntu-16.04
1825
- macos-latest
1926
- windows-latest

0 commit comments

Comments
 (0)