Skip to content

Commit

Permalink
Stricter path filters for shared jvm-libs module (#52)
Browse files Browse the repository at this point in the history
* Stricter path filters for shared jvm-libs module

* Update .github/workflows/main.yml

Co-authored-by: Roman Vaseev <[email protected]>
Signed-off-by: Bradley Bown <[email protected]>

---------

Signed-off-by: Bradley Bown <[email protected]>
Co-authored-by: Roman Vaseev <[email protected]>
  • Loading branch information
bradbown and Filter94 authored Sep 25, 2024
1 parent 53ea890 commit fc69c63
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,13 @@ jobs:
- 'constraints'
traces-api-facade:
- 'traces-api-facade/**'
- 'jvm-libs/**'
- 'jvm-libs/core/domain-models/**'
- 'jvm-libs/json-rpc/**'
- 'jvm-libs/kotlin-extensions/**'
- 'jvm-libs/future-extensions/**'
- 'jvm-libs/vertx-helper/**'
- 'jvm-libs/traces/**'
- 'jvm-libs/metrics/**'
- 'config/common/traces-limits-v1.toml'
- '.github/workflows/traces-api-facade-*.yml'
- '.github/workflows/build-and-publish.yml'
Expand All @@ -77,6 +83,10 @@ jobs:
- 'gradle.properties'
- 'settings.gradle'
finalized-tag-updater:
- 'jvm-libs/core/long-running-service/**'
- 'jvm-libs/kotlin-extensions/**'
- 'jvm-libs/future-extensions/**'
- 'jvm-libs/web3j-extensions/**'
- 'finalized-tag-updater/**'
- '.github/workflows/main.yml'
- '.github/workflows/finalized-tag-updater-github-release.yml'
Expand Down

0 comments on commit fc69c63

Please sign in to comment.