Skip to content

chore: prepare for v0.6.0 release #13

chore: prepare for v0.6.0 release

chore: prepare for v0.6.0 release #13

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 }}