Skip to content

Add keywords and display name fields #75

Add keywords and display name fields

Add keywords and display name fields #75

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