Skip to content

Commit d277ad9

Browse files
committed
ci: Update testing condition
1 parent dbe2aa9 commit d277ad9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
name: NestJS-Test
1+
name: Jest Testing
22

33
on:
4-
# push:
5-
# branches:
6-
# - main
74
pull_request:
85
branches:
96
- main
10-
# - develop
7+
- release/v*
8+
- develop
119

1210
jobs:
1311
build:

0 commit comments

Comments
 (0)