Skip to content

Commit e739bf4

Browse files
authored
Update staging-pipeline.yml
1 parent 376d46a commit e739bf4

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)