Skip to content

Commit b62638f

Browse files
author
Nico Oelgart
authored
Update main.workflow
1 parent 03722c7 commit b62638f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/main.workflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
workflow "Main" {
22
on = "push"
3-
resolves = ["PHPQA"]
3+
resolves = ["composer install", "PHPQA"]
44
}
55

66
action "PHPQA" {

0 commit comments

Comments
 (0)