File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: "Continuous Integration"
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ stable-containers ]
66 pull_request :
77
88env :
@@ -183,7 +183,7 @@ jobs:
183183
184184 - name : Build Docker image
185185 uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
186- if : ${{ github.ref != 'refs/heads/master '}}
186+ if : ${{ github.ref != 'refs/heads/stable-containers '}}
187187 with :
188188 context : .
189189 push : false
@@ -192,7 +192,7 @@ jobs:
192192
193193 - name : Build and push Docker image
194194 uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
195- if : ${{ github.ref == 'refs/heads/master '}}
195+ if : ${{ github.ref == 'refs/heads/stable-containers '}}
196196 with :
197197 context : .
198198 push : true
You can’t perform that action at this time.
0 commit comments