name: CI on: push: branches: ["main"] pull_request: branches: ["main"] jobs: hello: runs-on: ubuntu-latest steps: - run: echo "hello"