Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
e5l committed Jan 8, 2024
1 parent df4b1d6 commit b29f875
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

paths:
- '**.gradle.kts'
- '**.properties'
- 'src/**'
- '.github/workflows/**'
types: [opened, synchronize, reopened]
permissions:
contents: read

Expand Down

0 comments on commit b29f875

Please sign in to comment.