CI: also trigger if a .toml file changes

Usually this might be pyproject.toml.
This commit is contained in:
Thomas Waldmann 2023-11-27 17:23:36 +01:00
parent 0e7b87c1ba
commit b0f7b05f43
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -11,6 +11,7 @@ on:
- '**.c'
- '**.h'
- '**.yml'
- '**.toml'
- '**.cfg'
- '**.ini'
- 'requirements.d/*'
@ -23,6 +24,7 @@ on:
- '**.c'
- '**.h'
- '**.yml'
- '**.toml'
- '**.cfg'
- '**.ini'
- 'requirements.d/*'