Skip to content

Commit 4fa1c22

Browse files
chore: improve when trigger
1 parent d46521e commit 4fa1c22

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: fix-php-code-style-issues
22

33
on:
44
push:
5-
paths:
6-
- "**.php"
5+
branches:
6+
- main
77
pull_request:
88
workflow_dispatch:
99

.github/workflows/tests-for-databases.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@ name: tests-for-databases
22

33
on:
44
push:
5-
paths:
6-
- "**.php"
7-
- ".github/workflows/tests-for-laravel-versions.yml"
8-
- ".github/workflows/tests-for-databases.yml"
9-
- "phpunit.xml.dist"
10-
- "composer.json"
11-
- "composer.lock"
5+
branches:
6+
- main
7+
pull_request:
128
workflow_dispatch:
139

1410
jobs:

.github/workflows/tests-for-laravel-versions.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@ name: tests-for-laravel-versions
22

33
on:
44
push:
5-
paths:
6-
- "**.php"
7-
- ".github/workflows/tests-for-laravel-versions.yml"
8-
- ".github/workflows/tests-for-databases.yml"
9-
- "phpunit.xml.dist"
10-
- "composer.json"
11-
- "composer.lock"
5+
branches:
6+
- main
127
pull_request:
138
workflow_dispatch:
149

0 commit comments

Comments
 (0)