Skip to content

asd (#749)

asd (#749) #231

Workflow file for this run

---
name: "check and build"
on:
pull_request:
push:
branches:
- main
jobs:
tests:
uses: ./.github/workflows/wf_check.yaml
build_artifacts:
uses: ./.github/workflows/wf_build_artifacts.yaml
with:
VERSION: ${{ github.sha }}
secrets:
CERT_FULL_CHAIN: ${{ secrets.CERT_FULL_CHAIN }}
CERT_PRIV_KEY: ${{ secrets.CERT_PRIV_KEY }}