We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ec71e commit ce468edCopy full SHA for ce468ed
.github/workflows/build-font.yml
@@ -2,7 +2,7 @@ name: Build Iosevka Font
2
3
on:
4
push:
5
- branches: [main]
+ branches: [develop]
6
tags: # 👉 NEW: Trigger on ANY tag push (e.g., "v1.0.0")
7
- 'v*' # Only tags starting with 'v' (semantic versioning)
8
workflow_dispatch:
0 commit comments