Skip to content

Commit 42ae1cc

Browse files
Revert to master
1 parent 67d2dc4 commit 42ae1cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Continuous Integration"
22

33
on:
44
push:
5-
branches: [ stable-containers ]
5+
branches: [ master ]
66
pull_request:
77

88
env:
@@ -188,15 +188,15 @@ jobs:
188188
189189
- name: Build Docker image
190190
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
191-
if: ${{ github.ref != 'refs/heads/stable-containers'}}
191+
if: ${{ github.ref != 'refs/heads/master'}}
192192
with:
193193
context: .
194194
push: false
195195
tags: ${{ steps.meta.outputs.tags }}
196196
labels: ${{ steps.meta.outputs.labels }}
197197
- name: Build and push Docker image
198198
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
199-
if: ${{ github.ref == 'refs/heads/stable-containers'}}
199+
if: ${{ github.ref == 'refs/heads/master'}}
200200
with:
201201
context: .
202202
push: true

0 commit comments

Comments
 (0)