Skip to content

Commit

Permalink
ignore docs changes on actions
Browse files Browse the repository at this point in the history
Signed-off-by: Niko Köbler <niko@n-k.de>
  • Loading branch information
dasniko committed Oct 7, 2024
1 parent af7d347 commit dfe08a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ on:
branches:
- main
- 'release/**'
paths-ignore:
- '.github/ISSUE_TEMPLATE/*.yaml'
- 'README.md'
pull_request:
paths-ignore:
- '.github/ISSUE_TEMPLATE/*.yaml'
- 'README.md'
schedule:
- cron: "0 3 * * 0"

Expand Down

0 comments on commit dfe08a1

Please sign in to comment.