mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-21 06:07:18 -04:00
CI: also trigger if a .toml file changes
Usually this might be pyproject.toml.
This commit is contained in:
parent
0e7b87c1ba
commit
b0f7b05f43
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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/*'
|
||||
|
|
|
|||
Loading…
Reference in a new issue