Don't test automatically on main

This commit is contained in:
Edward Firmo
2024-03-12 16:26:34 +01:00
parent 8af43c2bcc
commit 358c363077

View File

@@ -4,9 +4,15 @@ name: Validate Python (flake8)
# yamllint disable-line rule:truthy
on:
push:
branches:
- dev
- beta
paths:
- '*.py'
pull_request:
branches:
- dev
- beta
paths:
- '*.py'
workflow_dispatch: