Skip to content

Commit 9538316

Browse files
Build images on branch
1 parent 9e23ca5 commit 9538316

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: [ master ]
5+
branches: [ stable-containers ]
66
pull_request:
77

88
env:
@@ -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

0 commit comments

Comments
 (0)