Skip to content

Commit 8731d97

Browse files
committed
chore: comment out pull_request trigger in code-quality.yml
- Disabled the pull_request trigger for main and develop branches in the GitHub Actions workflow - This change may be temporary for testing or restructuring purposes
1 parent 98fb14f commit 8731d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)