Skip to content

Commit 97d5975

Browse files
committed
Add extra files to skip build on
1 parent c598f2d commit 97d5975

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/pull-request-checks-disabled.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- "!**"
77
- deployment/**
88
- .vscode/**
9+
- README.md
10+
- lombok.config
11+
- .gitignore
912

1013
jobs:
1114
build:

.github/workflows/pull-request-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
paths-ignore:
66
- deployment/**
77
- .vscode/**
8+
- README.md
9+
- lombok.config
10+
- .gitignore
811

912
jobs:
1013
build:

0 commit comments

Comments
 (0)