Skip to content

Update test

Update test #5

Workflow file for this run

name: Hello World PR Check
on:
push:
branches: [ main ]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- name: Say hello
run: echo "Hello World! This is a check that runs on pull requests."