We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709ac6e commit 25ffdb2Copy full SHA for 25ffdb2
1 file changed
.github/workflows/build.yml
@@ -1,7 +1,12 @@
1
name: Build NotoSansPro Font
2
3
on:
4
- workflow_dispatch:
+ workflow_dispatch: {}
5
+ push:
6
+ branches:
7
+ - main
8
+ paths:
9
+ - 'tools/fontslist/urls.txt'
10
11
jobs:
12
build:
0 commit comments