Skip to content

Commit d4d97d8

Browse files
authored
Remove double test in PR (#90)
1 parent 370c5c9 commit d4d97d8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

β€Ž.github/workflows/linting.yamlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ name: Linting
44
# yamllint disable-line rule:truthy
55
on:
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

β€Ž.github/workflows/tests.yamlβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ name: Testing
44
# yamllint disable-line rule:truthy
55
on:
66
push:
7+
branches:
8+
- main
79
pull_request:
810
workflow_dispatch:
911

β€Ž.github/workflows/typing.yamlβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ name: Typing
44
# yamllint disable-line rule:truthy
55
on:
66
push:
7+
branches:
8+
- main
79
pull_request:
810
workflow_dispatch:
911

0 commit comments

Comments
Β (0)