Skip to content

Update uat.yml

Update uat.yml #6

Workflow file for this run

name: Hello World
on:
push:
branches:
- main
jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: Hello
run: echo "hello"