Skip to content

Commit

Permalink
ignore automatic PRs for the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoostenveld authored Sep 18, 2023
1 parent b2d595d commit c29d75a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ name: Spellcheck
on:
workflow_dispatch:
push:
branches: [master]
branches:
- master
pull_request:
types: [opened, reopened]
types:
- opened
paths-ignore:
- '_posts/*-release.md'

jobs:
spellcheck:
Expand Down

0 comments on commit c29d75a

Please sign in to comment.