Skip to content

Commit

Permalink
Include dev branch for push and PR
Browse files Browse the repository at this point in the history
  • Loading branch information
SamGuay authored Jul 18, 2024
1 parent 2e691a9 commit c638f3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Codespell

on:
push:
branches: [master]
branches: [master, dev]
pull_request:
branches: [master]
branches: [master, dev]

permissions:
contents: read
Expand Down

0 comments on commit c638f3a

Please sign in to comment.