Skip to content

Commit

Permalink
Filter action execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubenicos committed Jun 13, 2024
1 parent e38924e commit 8cfc1c1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ name: Java CI
on:
push:
branches: [ main ]
paths:
- 'rtag-*/**'
- 'src/**'
- 'build.gradle'
pull_request:
branches: [ main ]
paths:
- 'rtag-*/**'
- 'src/**'
- 'build.gradle'

jobs:
build:
Expand Down

0 comments on commit 8cfc1c1

Please sign in to comment.