name: CI on: pull_request: branches: [ main ] jobs: build: uses: ./.github/workflows/build.yml with: upload_artifacts: true