Skip to content

Commit

Permalink
Skip workflow(s) for some file types
Browse files Browse the repository at this point in the history
Just updates the path-ignore property in the yml(s)
  • Loading branch information
dankfmemes committed Sep 29, 2024
1 parent 935b1ae commit fbc18bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ on:
push:
branches:
- main
paths-ignore:
- '**/*.md'
- '**/*.txt'
- '**/*.xml'
- '**/*.json'
- '**/*.html'

jobs:
build:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
push:
branches:
- "*"
paths-ignore:
- '**/*.md'
- '**/*.txt'
- '**/*.xml'
- '**/*.json'
- '**/*.html'

jobs:
build:
Expand Down

0 comments on commit fbc18bc

Please sign in to comment.