This commit is contained in:
krahets 2024-05-06 04:16:22 +08:00
parent 6744a50e68
commit 84be4d7595

View File

@ -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: