Skip to content

Commit 0ed5e27

Browse files
committed
chore: modify trigger
1 parent da7efe5 commit 0ed5e27

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/php.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@ name: PHP Composer
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches:
6+
- 'main'
7+
- '**/**'
8+
69
pull_request:
7-
branches: [ main ]
10+
branches:
11+
- 'main'
12+
- '**/**'
813

914
jobs:
1015
run:

0 commit comments

Comments
 (0)