Skip to content

Commit 6bf35a0

Browse files
author
Ivanildo Barauna de Souza Junior
committed
Added paths to ignore on workflow
1 parent dca8433 commit 6bf35a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/docker-image.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ on:
44
pull_request:
55
branches:
66
- main
7+
paths-ignore:
8+
- '**/README.md'
9+
- '**/CONTRIBUTING.md'
10+
- '**/CODE_OF_CONDUCT.md'
11+
- '.github/**'
12+
- 'docs/**'
13+
- '**/.editorconfig'
14+
- '**/.gitignore'
15+
- '**/LICENSE'
16+
- '**/CREDITS'
717

818
jobs:
919
build:

0 commit comments

Comments
 (0)