We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8862ddd commit 819ebb7Copy full SHA for 819ebb7
1 file changed
.github/workflows/test.yml
@@ -1,6 +1,6 @@
1
name: Test
2
3
-on: [ push ]
+on: [ push, pull_request ]
4
5
jobs:
6
test:
@@ -9,13 +9,14 @@ jobs:
9
strategy:
10
matrix:
11
os: [macos-latest, windows-latest, windows-2016, ubuntu-18.04]
12
+ version: [1.1.0, 1.0.0]
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v2
16
17
- name: Setup gh
18
uses: ./
19
with:
- version: 1.1.0
20
+ version: ${{ matrix.version }}
21
22
- run: gh --version
0 commit comments