Skip to content

Add ci that runs tests on PR #3

Add ci that runs tests on PR

Add ci that runs tests on PR #3

Workflow file for this run

name: CI for verifying PR
on:
pull_request:
branches:
- dev
- main
types: [ opened, synchronize, reopened ]
paths-ignore:
- README.md
jobs:
run-unit-tests:
uses: ./.github/workflows/unit_tests.yaml