Skip to content

Commit 88d0ea4

Browse files
committed
Run more tests on the 2.x branch
1 parent d18e093 commit 88d0ea4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/matrix-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Matrix Tests
22

33
on:
44
pull_request:
5-
branches: [ "master" ]
5+
branches: [ "master", "2.x-dev" ]
66
paths:
77
- 'app/**'
88
- 'packages/**'

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 🔎 Static Analysis
22

33
on:
44
pull_request:
5-
branches: [ "master" ]
5+
branches: [ "master", "2.x-dev" ]
66

77
jobs:
88

0 commit comments

Comments
 (0)