diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8aeb90a8..a3410f1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,8 @@ jobs: args: --timeout=10m docker: + if: github.ref == 'refs/heads/master' || contains(github.ref, 'refs/tags/') + needs: test name: "Docker image" runs-on: ubuntu-latest steps: