Skip to content

Commit 04d4beb

Browse files
committed
Exclude .github dir from firebaseContinuousIntegration paths
1 parent ae3bdb8 commit 04d4beb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ firebaseContinuousIntegration {
6666
ignorePaths = [
6767
/.*\.gitignore$/,
6868
/.*\/.*.md$/,
69+
/.*\.github.*/,
6970
]
7071
}
7172

0 commit comments

Comments
 (0)