We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e23ca5 commit 9538316Copy full SHA for 9538316
1 file changed
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: "Continuous Integration"
2
3
on:
4
push:
5
- branches: [ master ]
+ branches: [ stable-containers ]
6
pull_request:
7
8
env:
@@ -183,7 +183,7 @@ jobs:
183
184
- name: Build Docker image
185
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
186
- if: ${{ github.ref != 'refs/heads/master'}}
+ if: ${{ github.ref != 'refs/heads/stable-containers'}}
187
with:
188
context: .
189
push: false
@@ -192,7 +192,7 @@ jobs:
192
193
- name: Build and push Docker image
194
195
- if: ${{ github.ref == 'refs/heads/master'}}
+ if: ${{ github.ref == 'refs/heads/stable-containers'}}
196
197
198
push: true
0 commit comments