Skip to content

Merge pull request #230 from numtide/missing-some-events #196

Merge pull request #230 from numtide/missing-some-events

Merge pull request #230 from numtide/missing-some-events #196

Workflow file for this run

name: Build main
on:
push:
branches:
- main
paths-ignore:
- "**/*.md"
- "**/*.txt"
permissions:
contents: write
packages: write
security-events: write
jobs:
build:
name: Build
uses: ./.github/workflows/_reusable-build-changed.yaml
run:
uses: ./.github/workflows/build-and-release.yaml
with:
push-container-image: true
coverage:
name: Coverage
permissions:
contents: read
pull-requests: write
uses: ./.github/workflows/_reusable-test-coverage.yaml
with:
COVERAGE_THRESHOLD: 0 # Because there is no test, setting threshold to 0