Skip to content

Commit b4669f7

Browse files
committed
change workflows to run on main branch
1 parent dc35482 commit b4669f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Lint and Format Check
33
on:
44
push:
55
branches:
6-
- "@invertase/v7-development"
6+
- main
77
pull_request:
88

99
jobs:

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test
33
on:
44
push:
55
branches:
6-
- "@invertase/v7-development"
6+
- main
77
pull_request:
88

99
jobs:

0 commit comments

Comments
 (0)