Skip to content

Commit 8bb0afd

Browse files
committed
Reduce run tests
1 parent 91fdb44 commit 8bb0afd

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Lint
22

33
on:
44
push:
5+
branches:
6+
- main
57
pull_request:
68
merge_group:
79
workflow_dispatch:

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Tests
33
on:
44
pull_request:
55
push:
6+
branches:
7+
- main
68
merge_group:
79
workflow_dispatch:
810

0 commit comments

Comments
 (0)