Skip to content

Commit 243d1ea

Browse files
committed
CI: ignore changes to README
1 parent f020a39 commit 243d1ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: Run tests
22

33
on:
44
push:
5+
paths-ignore:
6+
- 'README.md'
57
pull_request:
8+
paths-ignore:
9+
- 'README.md'
610

711
jobs:
812
test:

0 commit comments

Comments
 (0)