Skip to content

Commit cd231b3

Browse files
committed
MC-38349: Create automated test for SVC changes
- test updating workflow
1 parent e7826b8 commit cd231b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ master, develop ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ master, develop ]
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)