Skip to content

Commit 5504988

Browse files
committed
Make github actions ignore graphql.yml for docs
1 parent 9804180 commit 5504988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
paths-ignore:
88
- "**/*.md"
99
- "**/docs/*"
10-
- "graphql.yml"
10+
- "**/graphql.yml"
1111
- "**/*LICENSE"
1212
- ".vscode"
1313
workflow_dispatch:

0 commit comments

Comments
 (0)