Skip to content

Feat/merged pr next #76

Feat/merged pr next

Feat/merged pr next #76

Workflow file for this run

name: PR CI
on:
pull_request:
types: [opened, synchronize, edited, reopened, ready_for_review, closed]
jobs:
tests:
if: github.event.pull_request.state == 'open'
uses: "./.github/workflows/ci.yml"