Skip to content

Commit

Permalink
do not run checks twice in pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Apr 22, 2024
1 parent babc90d commit e7b4725
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
paths-ignore:
- 'README.md'
push:
branches:
- "main"
paths-ignore:
- 'README.md'
permissions:
Expand Down

0 comments on commit e7b4725

Please sign in to comment.