name: Hello World on: [workflow_dispatch, push] jobs: hello: runs-on: ubuntu-latest steps: - run: echo "Hello World"