Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

Commit 7ff0597

Browse files
committed
Ignore changes to files that CI workflow writes to
1 parent 21275f7 commit 7ff0597

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/on-push.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
branches:
66
- '**'
7+
paths-ignore: # Don't trigger on files that are updated by the CI
8+
- 'pyproject.toml' # Note changes to poetry.lock will still build
9+
- 'setup.py'
10+
- 'README.rst'
711

812
jobs:
913

0 commit comments

Comments
 (0)