Skip to content

Commit 7d40af6

Browse files
debug: separate some github actions
1 parent f99001c commit 7d40af6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- ".github/workflows/tests-for-laravel-versions.yml"
88
- ".github/workflows/tests-for-databases.yml"
99
- ".github/workflows/test-for-mariadb.yml"
10+
- ".github/workflows/tests-for-mysql.yml"
1011
- "phpunit.xml.dist"
1112
- "composer.json"
1213
- "composer.lock"

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

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- ".github/workflows/tests-for-laravel-versions.yml"
88
- ".github/workflows/tests-for-databases.yml"
99
- ".github/workflows/test-for-mariadb.yml"
10+
- ".github/workflows/tests-for-mysql.yml"
1011
- "phpunit.xml.dist"
1112
- "composer.json"
1213
- "composer.lock"

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

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- ".github/workflows/tests-for-laravel-versions.yml"
88
- ".github/workflows/tests-for-databases.yml"
99
- ".github/workflows/test-for-mariadb.yml"
10+
- ".github/workflows/tests-for-mysql.yml"
1011
- "phpunit.xml.dist"
1112
- "composer.json"
1213
- "composer.lock"

0 commit comments

Comments
 (0)