Skip to content

Commit

Permalink
chore: restore trigger in pipeline CI (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
and-mora authored Nov 29, 2024
1 parent a6760dc commit 34aef0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ on:
- opened
- edited
- synchronize
# paths:
# - 'src/*'
paths:
- 'src/*'
- '*gradle*'

jobs:
scan-sonar:
Expand Down

0 comments on commit 34aef0a

Please sign in to comment.