Skip to content

Commit bf449f0

Browse files
authored
Merge pull request #22 from GeneralMagicio/geleeroyale-patch-1
Update staging-pipeline.yml
2 parents 376d46a + e739bf4 commit bf449f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/staging-pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- staging
7+
- develop
88
pull_request:
99
types: [closed]
1010
branches:
11-
- staging
11+
- develop
1212

1313
jobs:
1414
publish:
@@ -135,4 +135,4 @@ jobs:
135135
docker logs $CONTAINER
136136
exit 1
137137
fi
138-
echo "Second deployment phase completed successfully"
138+
echo "Second deployment phase completed successfully"

0 commit comments

Comments
 (0)