diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 4c238541..9c2c74cc 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -6,8 +6,6 @@ on: jobs: update: runs-on: ubuntu-latest - needs: test - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} steps: - uses: actions/checkout@v3 with: