name: test on: push: branches: - main jobs: hello: runs-on: ubuntu-22.04 steps: - name: Say hello run: echo "hello"