Skip to content

Commit 34c08a2

Browse files
committed
Try running tests against 7.x PRs
1 parent c8c963b commit 34c08a2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Tests
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [master, 7.x]
66
pull_request:
7-
branches: [master]
7+
branches: [master, 7.x]
88

99
jobs:
1010
build:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ es
1414
!.yarn/versions
1515
.pnp.*
1616
*.tgz
17+
react-redux-*/
1718

1819
.yalc
1920
yalc.lock

0 commit comments

Comments
 (0)