mirror of
https://git.code.sf.net/p/zint/code
synced 2026-07-31 18:39:52 +00:00
font_wip branch: new WIP font stuff using "stb_truetype.h",
not implemented for EAN/UPC, not fully tested
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
name: CI
|
||||
|
||||
# .github/workflows/ci.yml 2026-07-01
|
||||
# .github/workflows/ci.yml 2026-07-27
|
||||
# Controls when the action will run. Triggers the workflow on push or pull request
|
||||
# events but only for the master branch (or test branch github_ci push)
|
||||
on:
|
||||
push:
|
||||
branches: [ master, github_ci ]
|
||||
branches: [ master, github_ci, font_wip ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user