We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59eb1a6 commit ce5a457Copy full SHA for ce5a457
2 files changed
.github/workflows/ci.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - feature/**
8
pull_request:
9
10
package.json
@@ -10,6 +10,10 @@
"test:watch": "jest --watch",
11
"lint": "eslint . --ext .js"
12
},
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/cs-internship/CS-Queue-Bot.git"
16
+ },
17
"keywords": [
18
"telegram-bot",
19
"cs-queue",
0 commit comments