Skip to content

95 - Versioning overhaul #31

95 - Versioning overhaul

95 - Versioning overhaul #31

Workflow file for this run

name: Pull request created or updated
on: pull_request
jobs:
lest:
uses: "./.github/workflows/lest.yml"
# Only run on forks to avoid duplicating the "push" workflow
if: ${{ github.event.pull_request.head.repo.fork }}