Skip to content

Commit

Permalink
Update codespell.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isaak654 authored Oct 17, 2023
1 parent be0be48 commit f38dee6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ on:
branches: [ main ]
paths:
- '**.md'
#pull_request:
# paths:
# - '**.md'
pull_request:
types: [ opened, reopened, ready_for_review, labeled, assigned ]
paths:
- '**.md'
pull_request_review:
paths:
- '**.md'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit f38dee6

Please sign in to comment.