Skip to content

Commit 0665481

Browse files
committed
Update repository details in package.json and adjust CI workflow to only trigger on the main branch.
1 parent 0c7bf43 commit 0665481

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [main, master]
5+
branches: [main]
66
pull_request:
7-
branches: [main, master]
7+
branches: [main]
88

99
jobs:
1010
build:

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
4343
},
4444
"repository": {
4545
"type": "git",
46-
"url": "git+https://github.com/rotana-star/e164-compact.git"
46+
"url": "git+https://github.com/hasansmadix/e164-compact.git"
4747
},
4848
"bugs": {
49-
"url": "https://github.com/rotana-star/e164-compact/issues"
49+
"url": "https://github.com/hasansmadix/e164-compact/issues"
5050
},
51-
"homepage": "https://github.com/rotana-star/e164-compact#readme",
51+
"homepage": "https://github.com/hasansmadix/e164-compact#readme",
5252
"scripts": {
5353
"build": "tsup",
5454
"test": "vitest run",

0 commit comments

Comments
 (0)