Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Commit b33da3d

Browse files
authored
Fix pr.yml (#16)
* Fix pr.yml * Update package.json
1 parent 6d46d38 commit b33da3d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pr.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: pr
22

3-
pull_request:
3+
on:
4+
pull_request:
45
branches:
56
- develop
67

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "rif-identity-manager",
33
"version": "0.0.1",
44
"private": true,
5+
"homepage": "https://rsksmart.github.io/rif-identity-manager/",
56
"scripts": {
67
"start": "react-scripts start",
78
"build": "react-scripts build",

0 commit comments

Comments
 (0)