From 1c155abf49ce7d75f88d39bf15dafd3cba6dc2ee Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Wed, 14 Sep 2022 20:52:50 +0200 Subject: [PATCH] ci: run release job for pull-requests It will not actually trigger a release, but it will perform a dry-run, which may help to catch problems ahead of time. --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc38fd3..9bbced1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,6 @@ jobs: - uses: Swatinem/rust-cache@v1 - run: cargo doc --workspace --all-features --no-deps release: - if: ${{ github.event_name != 'pull_request' }} needs: [test, documentation] runs-on: ubuntu-latest steps: