Skip to content

Commit 0b25847

Browse files
committed
fixing github action to work only on dev push
1 parent f53ac5e commit 0b25847

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/fix-php-code-style-issues.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Fix PHP code style issues
22

33
on:
44
push:
5+
branches:
6+
- dev
57
paths:
68
- '**.php'
79

0 commit comments

Comments
 (0)