We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf3089a + 1606ed6 commit 5408195Copy full SHA for 5408195
1 file changed
.github/workflows/docker-ci.yaml
@@ -2,9 +2,9 @@ name: Docker CI/CD
2
3
on:
4
pull_request:
5
- branches: [ develop ]
+ branches: [ develop,prod ]
6
push:
7
+ branches: [ develop, prod ]
8
workflow_dispatch:
9
10
jobs:
0 commit comments