Skip to content

Commit 856948e

Browse files
authored
Don't lint twice (#18)
1 parent f7ed3f1 commit 856948e

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/linting.yaml

Lines changed: 2 additions & 0 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

.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

0 commit comments

Comments
 (0)