Skip to content

Configure release note generation #68

Configure release note generation

Configure release note generation #68

Workflow file for this run

name: Run tests on push
on:
push:
branches-ignore:
- update-docs
jobs:
test:
name: Run tests
uses: ./.github/workflows/run_tests.yaml
annotate:
name: Code comments
needs:
- test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: joonashak/comment-annotator@v1