mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 06:53:52 +00:00
ci: run python flow only when files under the python/ path are changed
This commit is contained in:
parent
854661bc71
commit
c54fec4c80
5
.github/workflows/python.yml
vendored
5
.github/workflows/python.yml
vendored
|
@ -3,8 +3,13 @@ name: Python
|
|||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- python
|
||||
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- python
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user