Skip to content

Commit d84321c

Browse files
committed
ignore md files
1 parent 3a6d188 commit d84321c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ name: Java CI with Gradle
66
on:
77
push:
88
branches: [ master ]
9+
paths-ignore:
10+
- '**.md'
911
pull_request:
1012
branches: [ master ]
13+
paths-ignore:
14+
- '**.md'
1115

1216
jobs:
1317
publish:
14-
1518
runs-on: ubuntu-latest
1619
environment: prod
1720
steps:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you would like to use a tool that creates a graphql spring boot server using
3737

3838
```groovy
3939
dependencies {
40-
compile "io.github.graphql-java:graphql-java-annotations:8.4"
40+
compile "io.github.graphql-java:graphql-java-annotations:8.5"
4141
}
4242
```
4343

@@ -47,7 +47,7 @@ dependencies {
4747
<dependency>
4848
<groupId>io.github.graphql-java</groupId>
4949
<artifactId>graphql-java-annotations</artifactId>
50-
<version>8.4</version>
50+
<version>8.5</version>
5151
</dependency>
5252
```
5353

0 commit comments

Comments
 (0)