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"
2
2
3
3
on :
4
4
push :
5
- branches : [ stable-containers ]
5
+ branches : [ master ]
6
6
pull_request :
7
7
8
8
env :
@@ -188,15 +188,15 @@ jobs:
188
188
189
189
- name : Build Docker image
190
190
uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
191
- if : ${{ github.ref != 'refs/heads/stable-containers '}}
191
+ if : ${{ github.ref != 'refs/heads/master '}}
192
192
with :
193
193
context : .
194
194
push : false
195
195
tags : ${{ steps.meta.outputs.tags }}
196
196
labels : ${{ steps.meta.outputs.labels }}
197
197
- name : Build and push Docker image
198
198
uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
199
- if : ${{ github.ref == 'refs/heads/stable-containers '}}
199
+ if : ${{ github.ref == 'refs/heads/master '}}
200
200
with :
201
201
context : .
202
202
push : true
You can’t perform that action at this time.
0 commit comments