Skip to content

Commit 4c708d1

Browse files
committed
fixx
1 parent 8888e1c commit 4c708d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: CI-CD
55
on:
66
# Triggers the workflow on push or pull request events but only for the main branch
77
push:
8-
branches: [main]
8+
branches: [main,develop]
99
pull_request:
10-
branches: [main]
10+
branches: [main,develop]
1111
# # Allows you to run this workflow manually from the Actions tab
1212
# workflow_dispatch:
1313

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"paths": {
55
"@/*": ["./src/*"]
66
},
7-
"target": "ES2020",
7+
"target": "ES2022",
88
"useDefineForClassFields": true,
99
"lib": ["ES2020", "DOM", "DOM.Iterable"],
1010
"module": "ESNext",

0 commit comments

Comments
 (0)