Skip to content

Merge branch 'main' into update-workflows #64

Merge branch 'main' into update-workflows

Merge branch 'main' into update-workflows #64

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