Skip to content

Commit

Permalink
chore: Trigger run_tests action automatically by default (excluding f…
Browse files Browse the repository at this point in the history
…iles: .md, .gitignore, and images) (#64)
  • Loading branch information
melbeltagy authored Oct 1, 2024
1 parent fd6f70a commit c046284
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,20 @@ on:
push:
branches:
- develop
paths:
- 'xroad-catalog-collector/src/**'
- 'xroad-catalog-lister/src/**'
- 'xroad-catalog-persistence/src/**'
- '.github/**'
- 'gradle/**' # So that gradle changes are tested
- 'settings.gradle' # So that gradle changes are tested
- 'build.gradle' # So that gradle changes are tested
- 'gradle.properties' # So that gradle changes are tested
paths-ignore:
- '**/3RD-PARTY-NOTICES.txt'
- '**/*.md'
- '**/.gitignore'
- '**/.ort.yml'
- 'img/**'
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'xroad-catalog-collector/src/**'
- 'xroad-catalog-lister/src/**'
- 'xroad-catalog-persistence/src/**'
- '.github/**'
- 'gradle/**' # So that gradle changes are tested
- 'settings.gradle' # So that gradle changes are tested
- 'build.gradle' # So that gradle changes are tested
- 'gradle.properties' # So that gradle changes are tested
paths-ignore:
- '**/3RD-PARTY-NOTICES.txt'
- '**/*.md'
- '**/.gitignore'
- '**/.ort.yml'
- 'img/**'

permissions:
contents: write # Required for https://github.com/gradle/actions/tree/main/setup-gradle#github-dependency-graph-support
Expand Down

0 comments on commit c046284

Please sign in to comment.