Skip to content

do not update the published release text #73

do not update the published release text

do not update the published release text #73

Workflow file for this run

name: CI tests
on:
push:
paths-ignore:
- 'docs/**'
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run tests
uses: ./.github/actions/test