test
This commit is contained in:
parent
6744a50e68
commit
84be4d7595
4
.github/workflows/python.yml
vendored
4
.github/workflows/python.yml
vendored
@ -6,10 +6,10 @@ name: Python
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths: ["codes/python/**/*.py"]
|
||||
paths: ["**/codes/python/**/*.py"]
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
paths: ["codes/python/**/*.py"]
|
||||
paths: ["**/codes/python/**/*.py"]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
Loading…
Reference in New Issue
Block a user