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 c0dd2c7 commit 6536893Copy full SHA for 6536893
.github/workflows/check.yml
@@ -2,8 +2,8 @@ name: check
2
3
on:
4
pull_request:
5
- paths:
6
- - '!Firestore/**'
+ paths-ignore:
+ - 'Firestore/**'
7
8
jobs:
9
check:
0 commit comments