name: Build on: push: branches: - main pull_request: branches: - main jobs: build: runs-on: ubuntu container: image: ubuntu:24.04 steps: - name: Echo stuff run: echo stuff