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 # yamllint disable-line rule:truthy
on: on:
push: push:
branches:
- dev
- beta
paths: paths:
- '*.py' - '*.py'
pull_request: pull_request:
branches:
- dev
- beta
paths: paths:
- '*.py' - '*.py'
workflow_dispatch: workflow_dispatch: