Kind2/.github/workflows/ci.yml
2022-09-26 11:09:39 -03:00

12 lines
219 B
YAML

name: CI
on:
workflow_dispatch:
push:
pull_request:
types: [opened, review_requested, ready_for_review]
jobs:
cargo:
if: github.event.pull_request.draft == false
uses: ./.github/workflows/cargo.yml