Skip to content

UAT Template testing #3

UAT Template testing

UAT Template testing #3

Workflow file for this run

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