Skip to content

Commit 1e99d88

Browse files
KingPinKingPin
authored andcommitted
ci: skip builds and tests when only documentation files change
1 parent d7cf053 commit 1e99d88

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/docker-ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,19 @@ on:
44
push:
55
branches:
66
- '**'
7+
paths-ignore:
8+
- '**.md'
9+
- 'docs/**'
10+
- 'LICENSE'
11+
- '.gitignore'
712
pull_request:
813
branches:
914
- '**'
15+
paths-ignore:
16+
- '**.md'
17+
- 'docs/**'
18+
- 'LICENSE'
19+
- '.gitignore'
1020
schedule:
1121
- cron: '0 3 * * 2' # Weekly on Tuesday at 3:00 AM UTC
1222
workflow_dispatch:

0 commit comments

Comments
 (0)