Skip to content

Updated changelog

Updated changelog #37

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
tags:
- '**'
jobs:
test:
if: github.ref_type == 'branch' && github.ref_name != 'main'
uses: ./.github/workflows/test.yml
code_quality:
if: github.ref_type == 'branch' && github.ref_name != 'main'
uses: ./.github/workflows/code_quality.yml
build_publish:
uses: ./.github/workflows/build_publish.yml