Skip to content

Commit 6cc1238

Browse files
committed
Enable CI on 2.x
1 parent 40be17c commit 6cc1238

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/job.lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ on:
33
push:
44
branches:
55
- master
6+
- 2.x
67
pull_request:
78
branches:
89
- master
10+
- 2.x
911

1012
defaults:
1113
run:

.github/workflows/job.test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ on:
33
push:
44
branches:
55
- master
6+
- 2.x
67
pull_request:
78
branches:
89
- master
10+
- 2.x
911

1012
defaults:
1113
run:

0 commit comments

Comments
 (0)