Skip to content

ci: add push

ci: add push #76

Workflow file for this run

name: Quality Assurance
on:
push:
branches:
- "**"
tags:
- "!**"
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build.yaml
with:
check: true
preview: true