Skip to content

Run tests automatically on push #16

Run tests automatically on push

Run tests automatically on push #16

Workflow file for this run

name: ⚙️ CI
on:
push:
# branches: [ master ]
paths-ignore:
- "README.md"
- "LICENSE"
- "**/*.png"
- "**/*.svg"
pull_request:
# branches: [ master ]
paths-ignore:
- "README.md"
- "LICENSE"
- "**/*.png"
- "**/*.svg"
jobs:
ci-unit-tests:
name: "⚙️ CI: Unit tests"
uses: ./.github/workflows/unit_tests.yml
with:
repo-ref: ${{ github.ref }}