Skip to content

Commit 4979c99

Browse files
committed
Update scip version in integration tests & allow running on PRs
1 parent 52f9410 commit 4979c99

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/integration-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
name: Integration test
22

33
env:
4-
version: 9.0.0
4+
version: 9.1.0
55

66
# runs on branches and pull requests; doesn't run on tags.
77
on:
88
push:
99
branches:
1010
- 'master'
11+
pull_request:
12+
branches:
13+
- 'master'
1114

1215
jobs:
1316

0 commit comments

Comments
 (0)