Skip to content

Commit f910b70

Browse files
authored
update example workflows (#19)
Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent 005d513 commit f910b70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/example.yml renamed to .github/workflows/examples.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on:
55
- cron: "10 20 * * *"
66
pull_request:
77
paths:
8-
- "example/**"
9-
- ".github/workflows/example.yml"
8+
- "examples/**"
9+
- ".github/workflows/examples.yml"
1010
push:
1111
branches:
1212
- main
1313
paths:
14-
- "example/**"
15-
- ".github/workflows/example.yml"
14+
- "examples/**"
15+
- ".github/workflows/examples.yml"
1616

1717
defaults:
1818
run:

0 commit comments

Comments
 (0)