Include pull request

This commit is contained in:
Edward Firmo
2024-02-23 00:07:08 +01:00
parent 29a22ad8dd
commit 975dfe87af

View File

@@ -6,6 +6,10 @@ on:
push: push:
paths: paths:
- '*.py' - '*.py'
pull_request:
paths:
- '*.py'
workflow_dispatch:
jobs: jobs:
flake8_py3: flake8_py3: