Skip to content

chore: add check for value before and after #1870

chore: add check for value before and after

chore: add check for value before and after #1870

name: "On push to any branch"
on:
push:
branches-ignore:
- 'main'
- 'release/*'
tags-ignore:
- '**'
jobs:
pre-ci:
uses: ./.github/workflows/pre-ci.yml
lib-ci:
uses: ./.github/workflows/lib-ci.yml
examples-ci:
uses: ./.github/workflows/examples-ci.yml
docs-ci:
uses: ./.github/workflows/docs-ci.yml