Skip to content

Commit

Permalink
Merge pull request #8 from JakobEliasWagner/bugfix/pipeline-documenta…
Browse files Browse the repository at this point in the history
…tion

fix pipeline name and branch trigger
  • Loading branch information
JakobEliasWagner authored Jan 18, 2024
2 parents 11338ad + cb4c4d7 commit efbe301
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit efbe301

Please sign in to comment.