diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 163b161..4e51772 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,8 @@ name: CI on: push: + tags-ignore: + - unstable pull_request: env: @@ -300,6 +302,7 @@ jobs: gzip: false docker: + if: github.ref == 'refs/heads/main' || github.event_name == 'pull_request' needs: - tests runs-on: ubuntu-latest