Skip to content

Commit

Permalink
Added paths to ignore on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivanildo Barauna de Souza Junior committed May 9, 2024
1 parent dca8433 commit 6bf35a0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ on:
pull_request:
branches:
- main
paths-ignore:
- '**/README.md'
- '**/CONTRIBUTING.md'
- '**/CODE_OF_CONDUCT.md'
- '.github/**'
- 'docs/**'
- '**/.editorconfig'
- '**/.gitignore'
- '**/LICENSE'
- '**/CREDITS'

jobs:
build:
Expand Down

0 comments on commit 6bf35a0

Please sign in to comment.