Skip to content

Commit ce5a457

Browse files
committed
fix: add feature branch support to CI pipeline and update repository information in package.json
1 parent 59eb1a6 commit ce5a457

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- feature/**
78
pull_request:
89
branches:
910
- main

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"test:watch": "jest --watch",
1111
"lint": "eslint . --ext .js"
1212
},
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/cs-internship/CS-Queue-Bot.git"
16+
},
1317
"keywords": [
1418
"telegram-bot",
1519
"cs-queue",

0 commit comments

Comments
 (0)