Skip to content

Commit

Permalink
add trigger pr for pmd #3020
Browse files Browse the repository at this point in the history
  • Loading branch information
yurake committed Feb 8, 2023
1 parent e63fc41 commit 66376a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ on:
- "application/**"
- ".github/workflows/pmd.yml"
- ".github/pmdrule.yml"
pull_request:
# The branches below must be a subset of the branches above
branches: ["master"]
paths:
- "**.java"
- "application/**"
- ".github/workflows/pmd.yml"
- ".github/pmdrule.yml"

permissions:
contents: read
Expand Down

0 comments on commit 66376a8

Please sign in to comment.