We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1892cf commit a1823e1Copy full SHA for a1823e1
1 file changed
.github/workflows/docker-publish.yml
@@ -2,7 +2,7 @@ name: Create and publish a Docker image
2
3
on:
4
push:
5
- branches: ['master','8.2','8.1','8.0','7.4','7.3']
+ branches: ['master','8.2','8.1','8.0','7.4','7.3','develop']
6
workflow_dispatch:
7
8
jobs:
0 commit comments