diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b10dc14..1d59d1a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -6,7 +6,8 @@ on: push: branches: - master - + - "*" + - "!gh-pages" jobs: build_and_test: @@ -58,7 +59,8 @@ jobs: if: matrix.version == 'stable' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request') uses: actions-rs/tarpaulin@v0.1 with: - args: '-t 1200' + version: 0.25.1 + args: "-t 1200" - name: Upload to Codecov if: matrix.version == 'stable' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')