Skip to content

Commit 633c589

Browse files
authored
Fix workflow name
1 parent 1e93362 commit 633c589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integrate.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- main
88
paths:
9-
- ".github/workflows/php.yml"
9+
- ".github/workflows/integrate.yml"
1010
- "**.php"
1111
- "composer.json"
1212
- "composer.lock"
@@ -17,7 +17,7 @@ on:
1717
branches:
1818
- main
1919
paths:
20-
- ".github/workflows/php.yml"
20+
- ".github/workflows/integrate.yml"
2121
- "**.php"
2222
- "composer.json"
2323
- "composer.lock"

0 commit comments

Comments
 (0)