Skip to content

Commit 782beef

Browse files
Run CI on push / pull_request to master
1 parent 8d59dba commit 782beef

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

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

67
Identity value.
78

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"devDependencies": {
88
"pulp": "^15.0.0",
99
"purescript-psa": "^0.8.0",
10-
"rimraf": "^2.6.2"
10+
"rimraf": "^3.0.2"
1111
}
1212
}

0 commit comments

Comments
 (0)