Skip to content

Commit 4545459

Browse files
committed
fix: enable code quality workflow on pull requests
1 parent ff56421 commit 4545459

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ on:
1313
- '.github/workflows/code-quality.yml'
1414
- 'tsconfig.json'
1515
- 'package.json'
16-
# pull_request:
17-
# branches: [main, develop]
16+
pull_request:
17+
branches: [main, develop]
1818

1919
permissions:
2020
contents: write

0 commit comments

Comments
 (0)