diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd529dfe..e74eadd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,10 +61,13 @@ jobs: path: coverage_report.zip - coverage-reports: - name: coverage + documentation: + name: documentation needs: test - if: ${{ github.ref == 'refs/heads/master' }} + on: + push: + branches: + - main runs-on: ubuntu-latest steps: - uses: actions/checkout@master