Skip to content

Commit 0c1d607

Browse files
Run CI on push / pull_request to master
1 parent fcf9e70 commit 0c1d607

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: CI
22

3-
on: push
3+
on:
4+
push:
5+
branches: [master]
6+
pull_request:
7+
branches: [master]
48

59
jobs:
610
build:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Latest release](http://img.shields.io/github/release/purescript/purescript-prelude.svg)](https://github.com/purescript/purescript-prelude/releases)
44
[![Build status](https://github.com/purescript/purescript-prelude/workflows/CI/badge.svg?branch=master)](https://github.com/purescript/purescript-prelude/actions?query=workflow%3ACI+branch%3Amaster)
5+
[![Pursuit](https://pursuit.purescript.org/packages/purescript-prelude/badge)](https://pursuit.purescript.org/packages/purescript-prelude)
56

67
The PureScript prelude.
78

@@ -14,4 +15,3 @@ spago install prelude
1415
## Documentation
1516

1617
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-prelude).
17-

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"test": "pulp test"
77
},
88
"devDependencies": {
9-
"eslint": "^4.19.1",
9+
"eslint": "^7.15.0",
1010
"purescript-psa": "^0.8.0",
1111
"pulp": "^15.0.0",
12-
"rimraf": "^2.6.2"
12+
"rimraf": "^3.0.2"
1313
}
1414
}

0 commit comments

Comments
 (0)