Skip to content

Commit

Permalink
fk
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Sep 21, 2024
1 parent f1989f1 commit 3f958ba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/comment-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ name: Non-English Comments Check

on:
pull_request_target:
# types: [opened, synchronize, reopened]
workflow_dispatch:
types: [opened, synchronize, reopened]
branches:
- main
# workflow_dispatch:

jobs:
non-english-comments-check:
# if: github.event.pull_request.base.ref == 'main'
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 3f958ba

Please sign in to comment.