Skip to content

Create main.yml

Create main.yml #1

Workflow file for this run

name: PR Test
on:
pull_request:
jobs:
test-pr:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Say hello
run: echo "✅ This PR workflow has triggered successfully!"