diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ae85dca..c5ef5d1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -44,7 +44,7 @@ jobs: docker: needs: build runs-on: ubuntu-latest - if: github.ref_name == 'master' + if: github.ref_name == 'master' || github.ref_type == 'tag' steps: - name: Checkout code