Skip to content

Commit b508c97

Browse files
authored
[cache] Enable main and schedule for now (#29)
* cache should run weekly only * enable main for now then disable
1 parent 9fccdee commit b508c97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cache.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build Cache [using jupyter-book]
22
on:
3+
push:
4+
branches:
5+
- main
36
schedule:
47
# Execute cache weekly at 3am on Monday
58
- cron: '0 3 * * 1'

0 commit comments

Comments
 (0)