Skip to content

Commit f850e7e

Browse files
authored
Run build on pyproject.toml and poetry.lock update
1 parent c27bbd3 commit f850e7e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- '.github/workflows/build.yml'
1010
- '**.py'
1111
- 'index.yml'
12+
- 'pyproject.toml'
13+
- 'poetry.lock'
1214

1315
pull_request:
1416
branches:
@@ -17,6 +19,8 @@ on:
1719
- '.github/workflows/build.yml'
1820
- '**.py'
1921
- 'index.yml'
22+
- 'pyproject.toml'
23+
- 'poetry.lock'
2024

2125
permissions:
2226
contents: write

0 commit comments

Comments
 (0)