I have a GitHub Actions config file that looks like this:
name: build on: push: branches: - main jobs: run: name: Build runs-on: ubuntu-late