name: CI (features & PRs)

on:
  push:
    branches:
      - feature/*

  pull_request:
    branches:
      - main
      - master

jobs:
  testing:
    uses: yankeeinlondon/gha/.github/workflows/test.yml@main
