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
|
# 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user