Don't test automatically on main
This commit is contained in:
6
.github/workflows/validate_python.yml
vendored
6
.github/workflows/validate_python.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user