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.
2 parents b9b038b + 88d0ea4 commit 2d74f49Copy full SHA for 2d74f49
.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