Skip to content

Commit 25ffdb2

Browse files
authored
build.yml:当ulrs.txt更新时自动重新运行
1 parent 709ac6e commit 25ffdb2

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: Build NotoSansPro Font
22

33
on:
4-
workflow_dispatch:
4+
workflow_dispatch: {}
5+
push:
6+
branches:
7+
- main
8+
paths:
9+
- 'tools/fontslist/urls.txt'
510

611
jobs:
712
build:

0 commit comments

Comments
 (0)