mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Limit builds to subset of tests
This commit is contained in:
parent
a8b90211d9
commit
348d4fe255
1 changed files with 2 additions and 2 deletions
|
|
@ -122,7 +122,7 @@ jobs:
|
|||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
-
|
||||
name: Build and push for master
|
||||
if: github.ref == 'refs/heads/master'
|
||||
if: matrix.TESTING_DB == 'sqlite3' && matrix.python-version == 3.7 && github.ref == 'refs/heads/master'
|
||||
id: docker_build_master
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
|
|
@ -130,7 +130,7 @@ jobs:
|
|||
tags: evennia/evennia:latest
|
||||
-
|
||||
name: Build and push for develop
|
||||
if: github.ref == 'refs/heads/develop'
|
||||
if: matrix.TESTING_DB == 'sqlite3' && matrix.python-version == 3.7 && github.ref == 'refs/heads/develop'}}
|
||||
id: docker_build_develop
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue