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 d18e093 commit 88d0ea4Copy full SHA for 88d0ea4
.github/workflows/matrix-tests.yml
@@ -2,7 +2,7 @@ name: Matrix Tests
2
3
on:
4
pull_request:
5
- branches: [ "master" ]
+ branches: [ "master", "2.x-dev" ]
6
paths:
7
- 'app/**'
8
- 'packages/**'
.github/workflows/static-analysis.yml
@@ -2,7 +2,7 @@ name: 🔎 Static Analysis
jobs:
0 commit comments