We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6079f45 commit 78ff416Copy full SHA for 78ff416
1 file changed
.github/workflows/docker-image.yml
@@ -2,7 +2,7 @@ name: Docker Image CI
2
3
on:
4
push:
5
- branches: [ "master" ]
+ branches: [ "master", "develop" ]
6
pull_request:
7
branches: [ "master" ]
8
@@ -28,6 +28,7 @@ jobs:
28
username: ${{ secrets.DOCKER_USERNAME }}
29
password: ${{ secrets.DOCKER_PASSWORD }}
30
- name: Build and push
31
+ if: github.ref_name == "master"
32
uses: docker/build-push-action@v5
33
with:
34
context: .
0 commit comments