Skip to content

Commit

Permalink
Merge pull request #2 from der-fruhling/feature/ignored-paths-for-ci
Browse files Browse the repository at this point in the history
Add ignored paths for CI
  • Loading branch information
der Frühling authored Apr 3, 2024
2 parents 07e97a9 + 5c995ea commit 0fe4179
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,22 @@ name: Java CI with Gradle
on:
push:
branches: [ "master" ]
paths-ignore:
- .github/workflows/gradle-publish.yml
- .idea/**
- .gitignore
- changelog.md
- LICENSE
- README.md
pull_request:
branches: [ "master" ]
paths-ignore:
- .github/workflows/gradle-publish.yml
- .idea/**
- .gitignore
- changelog.md
- LICENSE
- README.md

jobs:
build:
Expand Down

0 comments on commit 0fe4179

Please sign in to comment.