Skip to content

Commit

Permalink
👷 Exclude Gradle source scripts from dependency submission
Browse files Browse the repository at this point in the history
This GitHub workflow now shouldn't trigger when changes were made to Gradle build scripts from sources, such as the `jvm.gradle.kts` file.
The following commit will test this behavior.
  • Loading branch information
LVMVRQUXL committed Nov 7, 2024
1 parent 50a796d commit beaf6d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches: [ main ]
paths:
- '**.gradle.kts'
- '!**/src/**.gradle.kts'
- .github/workflows/dependency-submission.yml
- gradle/libs.versions.toml
- yarn.lock
Expand Down

0 comments on commit beaf6d4

Please sign in to comment.