Skip to content

documented new workflow change in CHANGELOG #2

documented new workflow change in CHANGELOG

documented new workflow change in CHANGELOG #2

Workflow file for this run

name: Run tests and linting on push
on:
push:
branches-ignore:
- main
- 'release/*'
permissions:
contents: read
packages: read
jobs:
tests:
uses: ./.github/workflows/reusable-tests.yml
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}