name: Test action on: workflow_dispatch: push: branches: - main jobs: hello: name: Print hello world runs-on: default steps: - name: Echo run: | echo "Hello, world!"