Skip to content

Commit

Permalink
chore: add gradle/libs.version.toml to action triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
raits committed May 9, 2024
1 parent b7bf4c5 commit 2dd31ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ on:
- 'xroad-catalog-lister/src/**'
- 'xroad-catalog-persistence/src/**'
- '.github/**'
- 'gradle/libs.versions.toml' # So that dependabot PRs are tested
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'xroad-catalog-collector/src/**'
- 'xroad-catalog-lister/src/**'
- 'xroad-catalog-persistence/src/**'
- '.github/**'
- 'gradle/libs.versions.toml' # So that dependabot PRs are tested

permissions:
contents: write # Required for https://github.com/gradle/actions/tree/main/setup-gradle#github-dependency-graph-support
pull-requests: write # https://github.com/gradle/actions/tree/main/setup-gradle#adding-job-summary-as-a-pull-request-comment
Expand Down

0 comments on commit 2dd31ed

Please sign in to comment.