datacite/poodle

View on GitHub
.github/workflows/pull_request.yml

Summary

Maintainability
Test Coverage
name: Test Pull Request
on:
  pull_request:
    branches:
      - master
  workflow_dispatch:
jobs:
  test:
    uses: ./.github/workflows/ci.yml
    secrets: inherit