Skip to content

chore: update build and project configs to newer formats #14

chore: update build and project configs to newer formats

chore: update build and project configs to newer formats #14

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
paths-ignore:
- "README.md"
- "CHANGELOG.md"
- ".gitignore"
tags-ignore:
# This will ignore release versions tagged with a version identifier. We'll
# use a separate workflow for them.
- "v*"
pull_request:
paths-ignore:
- README.md
- "CHANGELOG.md"
- ".gitignore"
jobs:
build:
uses: ./.github/workflows/build.yml
with:
artifact-suffix: ${{ github.sha }}