name: Build check on: pull_request: paths-ignore: - "*.md" types: - opened - synchronize - reopened push: paths-ignore: - "*.md" branches: - main # Cancel superseded runs for the same ref to save CI minutes concurrency: group: build-check-${{ github.ref }} cancel-in-progress: true jobs: build: uses: ./.github/workflows/build.yml