Skip to content

Commit c80999a

Browse files
committed
chore: Stop duplicate job runs
1 parent 2c4550b commit c80999a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ name: Lint and Format Check
33
on:
44
push:
55
branches:
6-
- "**"
6+
- "@invertase/v7-development"
77
pull_request:
8-
branches:
9-
- "**"
108

119
jobs:
1210
lint:

.github/workflows/test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ name: Test
33
on:
44
push:
55
branches:
6-
- "**"
6+
- "@invertase/v7-development"
77
pull_request:
8-
branches:
9-
- "**"
108

119
jobs:
1210

0 commit comments

Comments
 (0)