Skip to content

Commit 4e3f5b9

Browse files
authored
PHPMD hook (#71)
* Change PHPMD to run on release only
1 parent 8872833 commit 4e3f5b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mess-detector.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Mess Detector Report
22
run-name: Run PHP Mess Detector
33
on:
4-
push:
5-
branches:
6-
- main
4+
release:
5+
types:
6+
- published
77
permissions:
88
issues: write
99

0 commit comments

Comments
 (0)