update workflow

This commit is contained in:
Deniz Şafak
2025-04-27 03:03:12 +03:00
parent ea2be1ef62
commit 52f2dbbec1
+7
View File
@@ -2,7 +2,14 @@ name: pip install
run-name: pip install
on:
push:
paths:
- '**.py'
- 'pyproject.toml'
pull_request:
paths:
- '**.py'
- 'pyproject.toml'
- '.github/workflows/**'
workflow_dispatch:
jobs:
install-and-run: