Skip to content

Commit

Permalink
Avoid double-running CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Jul 13, 2024
1 parent 1d64aed commit ee7ad5c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ name: Tests
# Optionally, you can turn it on using a schedule for regular testing.
on:
pull_request:
paths-ignore:
- "README.md"
push:
paths-ignore:
- "README.md"
branches: [main]

# Testing only needs permissions to read the repository contents.
permissions:
Expand Down

0 comments on commit ee7ad5c

Please sign in to comment.