Skip to content

Commit 4ef7eb7

Browse files
committed
ci: enable linting on 3.x branch
1 parent 2e5739c commit 4ef7eb7

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
pull_request:
1111
branches:
1212
- main
13+
- v3.x
1314

1415
jobs:
1516
test:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
pull_request:
1111
branches:
1212
- main
13+
- v3.x
1314

1415
jobs:
1516
analyze:

.github/workflows/lint-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
pull_request:
1111
branches:
1212
- main
13+
- v3.x
1314
paths:
1415
- '**.tsx?'
1516
- '**.jsx?'

0 commit comments

Comments
 (0)