Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
kenarsa committed May 2, 2024
1 parent 6fe8d9e commit 86d805f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Check Markdown links
on:
workflow_dispatch:
push:
branches: [ main, init ]
branches: [ main ]
pull_request:
branches: [ main, init ]
branches: [ main ]

jobs:
markdown-link-check:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: SpellCheck
on:
workflow_dispatch:
push:
branches: [ main, init ]
branches: [ main ]
pull_request:
branches: [ main, init ]
branches: [ main ]

jobs:
markdown:
Expand Down

0 comments on commit 86d805f

Please sign in to comment.