add simple PR eos impl. and refactor some thermo related code #2476
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "On push to any branch" | |
on: | |
push: | |
branches-ignore: | |
- 'main' | |
- 'release/*' | |
tags-ignore: | |
- '**' | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
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 |