Skip to content

ci: try make build always run, pass 2 #222

ci: try make build always run, pass 2

ci: try make build always run, pass 2 #222

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
depver:
if: "contains(github.event.head_commit.message, '(release)')"
uses: ./.github/workflows/action-depver.yml
lint:
uses: ./.github/workflows/action-lint.yml
with:
beta: false
audit:
uses: ./.github/workflows/action-audit.yml
build:
uses: ./.github/workflows/action-build.yml
needs: [depver, lint, audit]
if: ${{ ! failure() }}
with:
name: fontfor