Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
mclyk committed Jun 20, 2023
1 parent bd48ee2 commit 9a09dcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "**/README.md"
push:
branches:
- test
- master
paths-ignore:
- "**/README.md"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check typos
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [master]
branches: [test]
pull_request:
branches: [master]

Expand Down

0 comments on commit 9a09dcb

Please sign in to comment.