File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ name: Linting
44# yamllint disable-line rule:truthy
55on :
66 push :
7+ branches :
8+ - main
79 pull_request :
810 workflow_dispatch :
911
@@ -120,8 +122,6 @@ jobs:
120122 run : poetry run pre-commit run check-xml --all-files
121123 - name : π Check YAML files
122124 run : poetry run pre-commit run check-yaml --all-files
123- - name : π Check YAML files
124- run : poetry run pre-commit run check-yaml --all-files
125125 - name : π Detect Private Keys
126126 run : poetry run pre-commit run detect-private-key --all-files
127127 - name : π Check End of Files
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ name: Testing
44# yamllint disable-line rule:truthy
55on :
66 push :
7+ branches :
8+ - main
79 pull_request :
810 workflow_dispatch :
911
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ name: Typing
44# yamllint disable-line rule:truthy
55on :
66 push :
7+ branches :
8+ - main
79 pull_request :
810 workflow_dispatch :
911
You canβt perform that action at this time.
0 commit comments