We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c963b commit 34c08a2Copy full SHA for 34c08a2
.github/workflows/test.yml
@@ -2,9 +2,9 @@ name: Tests
2
3
on:
4
push:
5
- branches: [master]
+ branches: [master, 7.x]
6
pull_request:
7
8
9
jobs:
10
build:
.gitignore
@@ -14,6 +14,7 @@ es
14
!.yarn/versions
15
.pnp.*
16
*.tgz
17
+react-redux-*/
18
19
.yalc
20
yalc.lock
0 commit comments