Skip to content

Commit 72b87b6

Browse files
committed
Only export modified recipes
1 parent aadb2f3 commit 72b87b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/export.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Export
33
on:
44
push:
55
paths:
6-
- 'export.yml'
6+
- '.github/workflows/export.yml'
77
- 'recipes/**'
88

99
concurrency:

0 commit comments

Comments
 (0)