Skip to content

Commit a892bfc

Browse files
Revert to master
1 parent b777e5c commit a892bfc

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:
@@ -183,15 +183,15 @@ jobs:
183183
184184
- name: Build Docker image
185185
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
186-
if: ${{ github.ref != 'refs/heads/stable-containers'}}
186+
if: ${{ github.ref != 'refs/heads/master'}}
187187
with:
188188
context: .
189189
push: false
190190
tags: ${{ steps.meta.outputs.tags }}
191191
labels: ${{ steps.meta.outputs.labels }}
192192
- name: Build and push Docker image
193193
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
194-
if: ${{ github.ref == 'refs/heads/stable-containers'}}
194+
if: ${{ github.ref == 'refs/heads/master'}}
195195
with:
196196
context: .
197197
push: true

0 commit comments

Comments
 (0)