diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00e1a4f4673e5e2af7c2e1ec1d661602c0d503f0..137116bedae6ffdda6382ee74b137c3659f80c93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,7 @@ jobs: with: python-version: '${{ matrix.python-version }}' cache: 'pip' - paths: - - 'dist/*' + paths: ["dist/*"] tests: runs-on: ubuntu-latest strategy: @@ -36,7 +35,5 @@ jobs: with: python-version: '${{ matrix.python-version }}' cache: 'pip' - tags: - - '!*' # Do not execute on tags paths: - '!*.MD'