Skip to content

Commit

Permalink
Add ignored paths for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
der_frühling committed Apr 3, 2024
1 parent 07e97a9 commit 5c995ea
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 5c995ea

Please sign in to comment.