Skip to content

Commit 8392cd4

Browse files
chore: improve when trigger
1 parent 611440f commit 8392cd4

File tree

3 files changed

+6
-16
lines changed

3 files changed

+6
-16
lines changed

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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@ 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
127
pull_request:
138
workflow_dispatch:
149

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

Lines changed: 2 additions & 7 deletions
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)