Skip to content

Publish

Publish #74

Workflow file for this run

name: Build on Pull Request
# Trigger the workflow on pull request events
on:
pull_request:
branches:
- main # Runs when a pull request targets the main branch
push:
branches:
- main # Runs when code is pushed to the main branch (e.g., after merging a PR)
jobs:
build-and-test:
uses: sontx/letrun/.github/workflows/build-and-test.yml@main