We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376d46a commit e739bf4Copy full SHA for e739bf4
.github/workflows/staging-pipeline.yml
@@ -4,11 +4,11 @@ on:
4
workflow_dispatch:
5
push:
6
branches:
7
- - staging
+ - develop
8
pull_request:
9
types: [closed]
10
11
12
13
jobs:
14
publish:
@@ -135,4 +135,4 @@ jobs:
135
docker logs $CONTAINER
136
exit 1
137
fi
138
- echo "Second deployment phase completed successfully"
+ echo "Second deployment phase completed successfully"
0 commit comments