Skip to content

Commit f974ab7

Browse files
committed
小修正
1 parent 41bc209 commit f974ab7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/verify.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: verify
22
on:
3-
push:
43
workflow_dispatch:
4+
paths:
5+
- "libs/**"
6+
- "merge_file.bash"
7+
- "tests/**"
8+
- "test.py"
59
permissions:
610
contents: read
711
pages: write

0 commit comments

Comments
 (0)