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 f49f97f commit ea6177bCopy full SHA for ea6177b
.github/workflows/cli_tests.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
paths:
6
- "cli/**"
7
+ pull_request:
8
+ paths:
9
+ - "cli/**"
10
11
jobs:
12
test:
0 commit comments